Difference between revisions of "AddSlotToMask - Armor"
Jump to navigation
Jump to search
m
→Examples
imported>Fg109 (Created page for AddSlotToMask) |
imported>Fg109 m (→Examples) |
||
Line 20: | Line 20: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Adds the equip slot for forearms to the armor | ; Adds the equip slot for forearms to the armor | ||
ArmorProperty. | ArmorProperty.AddSlotToMask(16) | ||
</source> | </source> | ||