Difference between revisions of "AddSlotToMask - Armor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Fg109
imported>Fg109
Line 28: Line 28:
*[[SetSlotMask - Armor]]
*[[SetSlotMask - Armor]]
*[[RemoveSlotFromMask - Armor]]
*[[RemoveSlotFromMask - Armor]]
*[[GetMaskForSlot- Armor]]
*[[GetMaskForSlot - Armor]]
*[[GetWornForm - Actor]]
*[[GetWornForm - Actor]]
*[[Slot Masks - Armor|List of Slot Masks]]
*[[Slot Masks - Armor|List of Slot Masks]]

Revision as of 16:50, 10 May 2012

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

Return Value

Examples

; Adds the equip slot for forearms to the armor
ArmorProperty.AddSlotToMask(16)

See Also