OnRelease

From the Fallout3 GECK Wiki
Revision as of 09:44, 25 July 2007 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

 begin OnRelease

This block will be run once when the scripted object is released by the player after having been "grabbed" (picked up using the "grab" key). This block is symmetrical with OnGrab -- for every call to OnGrab, a corresponding call to OnRelease will be made when the object is released.

See Also