OnGrab - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 17:23, 16 August 2010 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Event called when the object has has been grabbed by the player (z-keyed).

Syntax[edit | edit source]

Event OnGrab()

Parameters[edit | edit source]

None.

Examples[edit | edit source]

Event OnGrab()
  Debug.Trace("Why you poking me again?")
endEvent

See Also[edit | edit source]