- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
| Types | Value |
|---|---|
| Light | 0 |
| Heavy | 1 |
| Clothing | 2 |
- Unequips all armor of type, optionally skipping biped slots.
Caveats
Parameters
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
