Difference between revisions of "DropMe"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki)) |
imported>PoHa! (copied info; removed incomplete tag) |
||
Line 1: | Line 1: | ||
'''Syntax:''' | |||
DropMe | |||
Drops the calling item from its container. If it is not currently in a container, the function will have no effect. | |||
==Notes== | |||
*This function acts as a [[return]] when called -- the lines of script following it will NOT be executed (since it has just destroyed itself in the process of removing itself from inventory). | |||
*Unlike [[removeMe]], this function does not preserve the health, charges, or script variables of the item. | |||
==See Also== | |||
[[Drop]]<BR> | |||
[[RemoveMe]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Object Functions]] | [[Category:Object Functions]] |
Revision as of 15:46, 4 April 2009
Syntax:
DropMe
Drops the calling item from its container. If it is not currently in a container, the function will have no effect.
Notes
- This function acts as a return when called -- the lines of script following it will NOT be executed (since it has just destroyed itself in the process of removing itself from inventory).
- Unlike removeMe, this function does not preserve the health, charges, or script variables of the item.