GetEquippedArmorInSlot - Actor

Revision as of 07:53, 13 July 2023 by Ingvion (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script (Requires SSE 1.5.3)

Obtain the armor currently equipped in the specified slot.

SyntaxEdit

Armor Function GetEquippedArmorInSlot(int aiSlot) native

ParametersEdit

  • aiSlot: The slot from which to get the currently equipped armor.

Return ValueEdit

The currently equipped armor in the specified slot.

ExamplesEdit

; 36 - ring slot
Armor myPrecious = gollum.GetEquippedArmorInSlot(36)

NotesEdit

  • List of slots IDs
  • Some armors can occupy more than one slot, specify either to get the armor piece.

See AlsoEdit