Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionUnequipAllOfType(ActorakActor, intafArmorType, int[]aiSlotsToSkip)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

TypesValue
Light0
Heavy1
Clothing2
  • Unequips all armor of type, optionally skipping biped slots.

Caveats


Parameters

ActorakActor

intafArmorType

int[]aiSlotsToSkip


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__afArmorType
int[] myIntArray__aiSlotsToSkip

PO3_SKSEFunctions.UnequipAllOfType(myActor__akActor, myInt__afArmorType, myIntArray__aiSlotsToSkip)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.