Difference between revisions of "ArmorAddon Script"
Jump to navigation
Jump to search
Reverted Table to List
imported>CraftySentinel (Added Global SKSE Function) |
imported>CraftySentinel (Reverted Table to List) |
||
Line 14: | Line 14: | ||
</source> | </source> | ||
== SKSE Global Functions == | == SKSE Global Functions == | ||
:'''Int [[GetMaskForSlot - ArmorAddon|GetMaskForSlot]](Int ''slot'')''' | |||
:*Returns the slot mask for a single slot. | |||
== SKSE Member Functions == | == SKSE Member Functions == | ||
:'''String [[GetModelPath - ArmorAddon|GetModelPath]](Bool ''firstPerson'', Bool ''female'')''' | |||
:*Returns the model path of this ArmorAddon. | |||
:'''[[SetModelPath - ArmorAddon|SetModelPath]](String ''path'', Bool ''firstPerson'', Bool ''female'')''' | |||
:*Sets the model path of this ArmorAddon. | |||
:'''Int [[GetModelNumTextureSets - ArmorAddon|GetModelNumTextureSets]](Bool ''firstPerson'', Bool ''female'')''' | |||
:*Returns the number of TextureSets for this ArmorAddon. | |||
:'''TextureSet [[GetModelNthTextureSet - ArmorAddon|GetModelNthTextureSet]](Int ''n'', Bool ''firstPerson'', Bool ''female'')''' | |||
:*Returns Nth TextureSet for this ArmorAddon. | |||
:'''[[SetModelNthTextureSet - ArmorAddon|SetModelNthTextureSet]](TextureSet ''texture'', Int ''n'', Bool ''firstPerson'', Bool ''female'')''' | |||
:*Sets the Nth TextureSet for this ArmorAddon. | |||
:'''Int [[GetNumAdditionalRaces - ArmorAddon|GetNumAdditionalRaces]]()''' | |||
:*Returns the number of races this ArmorAddon applies to. | |||
:'''Race [[GetNthAdditionalRace - ArmorAddon|GetNthAdditionalRace]](Int ''n'')''' | |||
:*Returns the Nth race this ArmorAddon applies to. | |||
:'''Int [[GetSlotMask - ArmorAddon|GetSlotMask]]()''' | |||
:*Returns the slot mask for the armor addon. | |||
:'''[[SetSlotMask - ArmorAddon|SetSlotMask]](Int ''slotMask'')''' | |||
:*Sets the slot mask for the armor addon. | |||
:'''Int [[AddSlotToMask - ArmorAddon|AddSlotToMask]](Int ''slotMask'')''' | |||
:*Adds the specified slot mask to the armor addon and returns the new slot mask for the armor addon. | |||
:'''Int [[RemoveSlotFromMask - ArmorAddon|RemoveSlotFromMask]](Int ''slotMask'')''' | |||
:*Removes the specified slot masks from the armor addon and returns the new slot mask for the armor addon. |