- Found in:
- SKSE
Description
Documentation Comment
returns the nth textureset for the particular model
Caveats
Parameters
intn
boolfirst
boolfemale
Examples
Auto-Generated Example
int myInt__n
bool myBool__first
bool myBool__female
TextureSet returnedValue = myArmorAddon__toCallFunctionOn.GetModelNthTextureSet(myInt__n, myBool__first, myBool__female)