GetPlayerGrabbedRef
DescriptionEdit
GetPlayerGrabbedRef returns a reference to the object ref the player is currently grabbing (if any).
SyntaxEdit
GetPlayerGrabbedRef ; returns the ID of the reference the player is currently grabbing
set refVar to GetPlayerGrabbedRef
ExampleEdit
GetPlayerGrabbedRef ; if the player is currently dragging a corpse around, this command returns the reference ID of the corpse
NotesEdit
- None at this time