Difference between revisions of "RemoveSlotFromMask - Armor"
Jump to navigation
Jump to search
imported>Fg109 (Created page for RemoveSlotFromMask) |
(No difference)
|
Revision as of 12:34, 10 May 2012
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
int Function RemoveSlotFromMask(int slotMask) native
Parameters
- slotMask: The slot mask to remove from the armor.
Return Value
- The new slot mask of the armor.
Examples
; Removes the equip slot for circlets from the helmet
HelmetProperty.RemoveSlotFromMask(0x00001000)