- Found in:
- SKSE
Caveats
CK Wiki - Notes
- The clone will only exist for the current play session. Attempting to store the cloned Form in a variable for longer periods of time will not work, and may lead to game instability when your script attempts to access the form after a game reload.
- This does not work on all types - you may get back a valid form with initialized default data rather than data copied from the source.
- TempClone does work for cloning CombatStyle Forms.
Examples
No human-generated examples found for this function.
Auto-Generated Example
Form returnedValue = myForm__toCallFunctionOn.TempClone()