Difference between revisions of "ArmorAddon Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Added Slot Mask Functions
imported>CraftySentinel |
imported>CraftySentinel (→SKSE Member Functions: Added Slot Mask Functions) |
||
Line 57: | Line 57: | ||
|- | |- | ||
|[[GetSlotMask - ArmorAddon|Int '''GetSlotMask'''()]] | |||
|Returns the slot mask for the armor addon. | |||
|- | |||
|[[SetSlotMask - ArmorAddon|'''SetSlotMask'''(Int ''slotMask'')]] | |||
|Sets the slot mask for the armor addon. | |||
|- | |||
|[[AddSlotToMask - ArmorAddon|Int '''AddSlotToMask'''(Int ''slotMask'')]] | |||
|Adds the specified slot mask to the armor addon and returns the new slot mask for the armor addon. | |||
|- | |||
|[[RemoveSlotFromMask - ArmorAddon|Int '''RemoveSlotFromMask'''(Int ''slotMask'')]] | |||
|Removes the specified slot masks from the armor addon and returns the new slot mask for the armor addon. | |||
|- | |||
|} | |} | ||
== Events == | == Events == | ||
None | None |