Difference between revisions of "Armor Script"

139 bytes added ,  02:48, 29 October 2013
→‎SKSE Member Functions: Should now contain all SKSE functions upto 1.06.16, re-arranged to mimic Definitions within source.
imported>CraftySentinel
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:
|-
|-


|[[GetEnchantment - Armor|Enchantment '''GetEnchantment'''()]]
|[[GetMaskForSlot - Armor|Int '''GetMaskForSlot'''(Int ''slot'')]]
|Returns the Enchantment associated with the Armor
|Calculates and Returns the Slot Mask value for the specified slot.
|-
 
|[[SetEnchantment - Armor|'''SetEnchantment'''(Enchantment ''e'')]]
|Set the Enchantment associated with the Armor
|-
|-