Description
Wiki Description
Obtains the reference the player is currently grabbing.
Documentation Comment
Returns the reference the player is currently grabbing
Caveats
CK Wiki - Notes
- This is the function you should use if you're interested in getting the reference of an item held by a telekinesis spell.
Examples
; Obtain the object the player is currently grabbing
ObjectReference curObject = Game.GetPlayerGrabbedRef()Auto-Generated Example
ObjectReference returnedValue = Game.GetPlayerGrabbedRef()