Difference between revisions of "Armor Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Should now contain all SKSE functions upto 1.06.16, re-arranged to mimic Definitions within source.
imported>CraftySentinel m (→SKSE Member Functions: Spelling) |
imported>CraftySentinel (→SKSE Member Functions: Should now contain all SKSE functions upto 1.06.16, re-arranged to mimic Definitions within source.) |
||
Line 98: | Line 98: | ||
|[[SetWeightClass - Armor|'''SetWeightClass'''(Int ''weightClass'')]] | |[[SetWeightClass - Armor|'''SetWeightClass'''(Int ''weightClass'')]] | ||
|Sets the weight class of the armor to the specified weight class. | |Sets the weight class of the armor to the specified weight class. | ||
|- | |||
|[[GetEnchantment - Armor|Enchantment '''GetEnchantment'''()]] | |||
|Returns the Enchantment associated with the Armor | |||
|- | |||
|[[SetEnchantment - Armor|'''SetEnchantment'''(Enchantment ''e'')]] | |||
|Set the Enchantment associated with the Armor | |||
|- | |- | ||
Line 180: | Line 188: | ||
|- | |- | ||
|[[ | |[[GetMaskForSlot - Armor|Int '''GetMaskForSlot'''(Int ''slot'')]] | ||
|Calculates and Returns the Slot Mask value for the specified slot. | |||
| | |||
|- | |- | ||