Background for Skyrim SE
Member of the Actor script
ArmorfunctionGetEquippedArmorInSlot(intaiSlot)Native

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


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.