Background for Skyrim SE
Member of the Actor script
FormfunctionGetEquippedObject(intlocation)Native

Description

Wiki Description

Returns the object currently equipped in the specified location.

Documentation Comment

returns the object currently equipped in the specified location
0 - left hand
1 - right hand
2 - shout


Caveats

CK Wiki - Notes

None


Parameters

  1. intlocation


Examples

No human-generated examples found for this function.

Auto-Generated Example

int myInt__location

Form returnedValue = myActor__toCallFunctionOn.GetEquippedObject(myInt__location)

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.