AddSlotToMask - Armor

From the CreationKit Wiki
Revision as of 13:32, 10 May 2012 by imported>Fg109 (→‎Examples)
Jump to navigation Jump to search

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