Description
Wiki Description
Obtain the armor currently equipped in the specified slot.
Documentation Comment
Obtain the armor currently equipped in the specified slot
Caveats
CK Wiki - Notes
- List of slots IDs
- Some armors can occupy more than one slot, specify either to get the armor piece.
Parameters
intaiSlot
CK Wiki Description
The slot from which to get the currently equipped armor.
Examples
; 36 - ring slot
Armor myPrecious = gollum.GetEquippedArmorInSlot(36)Auto-Generated Example
int myInt__aiSlot
Armor returnedValue = myActor__toCallFunctionOn.GetEquippedArmorInSlot(myInt__aiSlot)Related Pages
- Actor.UnequipItemSlot(...)
