OnGrab - ObjectReference

From the Fallout4 CreationKit Wiki
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]