Background for Fallout 4
Member of the ObjectReference script
eventOnRelease()

Description

Wiki Description

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

Documentation Comment

Event received when this object is released by the player


Examples

Event OnRelease()
  Debug.Trace("I'm falling to my dooooom!")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

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

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.