Difference between revisions of "ArmorAddon Script"
Jump to navigation
Jump to search
m
→SKSE Member Functions: Formatting Change
imported>PurpleLunchbox |
imported>CraftySentinel m (→SKSE Member Functions: Formatting Change) |
||
Line 22: | Line 22: | ||
== Member Functions == | == Member Functions == | ||
None | None | ||
{|class="wikitable" width =100% | |||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|} | |||
== SKSE Member Functions == | == SKSE Member Functions == | ||
{|class="wikitable" width =100% | |||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[GetModelPath - ArmorAddon|String '''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. | |||
|- | |||
|[[GetModelNumTextureSets - ArmorAddon|Int '''GetModelNumTextureSets'''(Bool ''firstPerson'', Bool ''female'')]] | |||
|Returns the number of TextureSets for this ArmorAddon. | |||
|- | |||
|[[GetModelNthTextureSet - ArmorAddon|TextureSet '''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. | |||
|- | |||
|[[GetNumAdditionalRaces - ArmorAddon|Int '''GetNumAdditionalRaces'''()]] | |||
|Returns the number of races this ArmorAddon applies to. | |||
|- | |||
|[[GetNthAdditionalRace - ArmorAddon|Race '''GetNthAdditionalRace'''(Int ''n'')]] | |||
|Returns the Nth race this ArmorAddon applies to. | |||
|- | |||
|} | |||
== Events == | == Events == | ||
None | None |