GetPlayerGrabbedRef
Revision as of 17:10, 2 December 2011 by imported>Scornett-Bot (Script running global find and replace: = for '''=)
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