Background for Skyrim SE
Member of the Game script

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()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.