eventOnGrab()
Description
Wiki Description
Event called when the object has has been grabbed by the player (z-keyed).
Documentation Comment
Event received when this object is grabbed by the player
Examples
Event OnGrab()
Debug.Trace("Why you poking me again?")
endEventAuto-Generated Example
Scriptname MyCoolScript extends ObjectReference
event OnGrab()
Debug.trace("Event received - OnGrab")
endEvent