Background for Skyrim SE
Member of the ObjectReference script
eventOnGrab()

Description

Wiki Description

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

Documentation Comment

Event received when this object is grabbed by the player


Examples

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

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnGrab()
    Debug.trace("Event received - OnGrab")
endEvent

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.