Difference between revisions of "OnDrop"

215 bytes added ,  10:34, 19 September 2009
clarification on when ondrop runs
imported>Illyism
m (changed lay-out)
imported>Zumbs
(clarification on when ondrop runs)
 
Line 12: Line 12:


==Notes==
==Notes==
*Other than it's name suggests, this Blocktype does not only run when the calling object is dropped to the ground but whenever the object it is removed from an inventory (however, it will not run if the scripted object no longer exists).
*Other than it's name suggests, this Blocktype does not only run when the calling object is dropped to the ground but whenever the object it is removed from an inventory. It is, however, not called if the scripted object no longer exists. This includes objects removed using the [[RemoveItem]] function. This subject is discussed in more detail in the TES4 Construction Set Wiki [http://cs.elderscrolls.com/constwiki/index.php/Talk:OnDrop Talk:OnDrop].
*If you need to know whether the object is dropped to the ground, you need additional tests.  
*If you need to know whether the object is dropped to the ground, you need additional tests.  
:if the object isn't within a container - '''if GetContainer == 0'''
:if the object isn't within a container - '''if GetContainer == 0'''
Anonymous user