AddSlotToMask - Armor
Revision as of 12:32, 10 May 2012 by imported>Fg109 (→Examples)
SKSE Member of: Armor Script
Adds the specified slot mask to the armor and returns the new slot mask for the armor. (This function requires SKSE)
Syntax
int Function AddSlotToMask(int slotMask) native
Parameters
- slotMask: The slot mask to add to the armor.
Return Value
- The new slot mask of the armor.
Examples
; Adds the equip slot for forearms to the armor
ArmorProperty.AddSlotToMask(16)