ArmorAddon Script
Revision as of 18:45, 7 February 2013 by imported>PurpleLunchbox (→Category:SKSE Script Objects)
Extends: Form Script
Script for the manipulation of ArmorAddon base objects. (This type requires SKSE)
Definition
ScriptName ArmorAddon extends Form
Properties
None
Global Functions
None
Member Functions
None
SKSE Member Functions
string Function GetModelPath(bool firstPerson, bool female)
- Returns the model path of this ArmorAddon.
Function SetModelPath(string path, bool firstPerson, bool female)
- Sets the model path of this ArmorAddon.
int Function GetModelNumTextureSets(bool firstPerson, bool female)
- Returns the number of TextureSets for this ArmorAddon.
TextureSet Function GetModelNthTextureSet(int n, bool firstPerson, bool female)
- Returns Nth TextureSet for this ArmorAddon.
Function SetModelNthTextureSet(TextureSet texture, int n, bool firstPerson, bool female)
- Sets the Nth TextureSet for this ArmorAddon.
int Function GetNumAdditionalRaces()
- Returns the number of races this ArmorAddon applies to.
Race Function GetNthAdditionalRace(int n)
- Returns the Nth race this ArmorAddon applies to.
Events
None