Difference between revisions of "DropMe"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>PoHa!
(copied info; removed incomplete tag)
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 13: Line 13:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Object Functions]]
[[Category:Object Functions]]
[[Category:Object Functions (GECK 1.0)]]

Revision as of 12:31, 12 August 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.

See Also

Drop
RemoveMe