Background for Skyrim SE
Member of the ArmorAddon script
TextureSetfunctionGetModelNthTextureSet(intn, boolfirst, boolfemale)Native

Description

Documentation Comment

returns the nth textureset for the particular model


Parameters

  1. intn

  2. boolfirst

  3. 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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.