- Found in:
- SKSE
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
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
- Actor
- Actor.IsEquipped(...)
- Actor.EquipItemEx(...)
- Actor.UnequipItemEx(...)
