Background for Fallout 4
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


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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.