OnRelease - ObjectReference
Jump to navigation
Jump to search
Member of: ObjectReference Script
Event called when the object has has been released by the player (un-z-keyed).
Syntax[edit | edit source]
Event OnRelease()
Parameters[edit | edit source]
None.
Examples[edit | edit source]
Event OnRelease()
Debug.Trace("I'm falling to my dooooom!")
endEvent