Difference between revisions of "RemoveSlotFromMask - Armor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Fg109
(Created page for RemoveSlotFromMask)
 
imported>Egocarib
m (suggested slot mask usage)
 
(One intermediate revision by one other user not shown)
Line 28: Line 28:
*[[SetSlotMask - Armor]]
*[[SetSlotMask - Armor]]
*[[AddSlotToMask - Armor]]
*[[AddSlotToMask - Armor]]
*[[GetMaskForSlot- Armor]]
*[[GetMaskForSlot - Armor]]
*[[GetWornForm - Actor]]
*[[GetWornForm - Actor]]
*[[Slot Masks - Armor|List of Slot Masks]]
*[[Slot Masks - Armor|List of Slot Masks]]
*[[Biped_Object|Suggested SlotMask Usage]]

Latest revision as of 19:03, 1 December 2013

SKSE Member of: Armor Script

Removes the specified slot mask from the armor and returns the new slot mask for the armor. (This function requires SKSE)

Syntax[edit | edit source]

int Function RemoveSlotFromMask(int slotMask) native

Parameters[edit | edit source]

  • slotMask: The slot mask to remove from the armor.

Return Value[edit | edit source]

Examples[edit | edit source]

; Removes the equip slot for circlets from the helmet
HelmetProperty.RemoveSlotFromMask(0x00001000)

See Also[edit | edit source]