Difference between revisions of "IsClonedForm"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' (isCloned:bool) IsClonedForm objectID:ref Returns whether the passed objectID is a cloned for...) |
imported>DragoonWraith m (rewording note) |
||
Line 8: | Line 8: | ||
==Notes== | ==Notes== | ||
*A cloned form is saved as part of the save game. | *A cloned form is saved as part of the save game. | ||
* | *In addition to objects created with [[CloneForm]], player created potions, spells and enchanted items are also considered clones. | ||
==See Also== | ==See Also== |
Latest revision as of 20:37, 21 March 2008
A command for Oblivion Script Extender
Syntax:
(isCloned:bool) IsClonedForm objectID:ref
Returns whether the passed objectID is a cloned form or not.
Notes[edit | edit source]
- A cloned form is saved as part of the save game.
- In addition to objects created with CloneForm, player created potions, spells and enchanted items are also considered clones.