Difference between revisions of "Armor Script"

139 bytes removed ,  02:50, 29 October 2013
m
→‎SKSE Member Functions: Removed Function Placed in wrong section.
imported>CraftySentinel
(→‎SKSE Member Functions: Should now contain all SKSE functions upto 1.06.16, re-arranged to mimic Definitions within source.)
imported>CraftySentinel
m (→‎SKSE Member Functions: Removed Function Placed in wrong section.)
Line 186: Line 186:
|[[RemoveSlotFromMask - Armor|Int '''RemoveSlotFromMask'''(Int ''slotMask'')]]
|[[RemoveSlotFromMask - Armor|Int '''RemoveSlotFromMask'''(Int ''slotMask'')]]
|Removes the specified slotmask from the armor and returns the new slot mask for the armor.
|Removes the specified slotmask from the armor and returns the new slot mask for the armor.
|-
|[[GetMaskForSlot - Armor|Int '''GetMaskForSlot'''(Int ''slot'')]]
|Calculates and Returns the Slot Mask value for the specified slot.
|-
|-