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

Description

Documentation Comment

sets the nth textureset for the particular model


Caveats


Parameters

TextureSettexture

intn

boolfirst

boolfemale


Examples

Auto-Generated Example

TextureSet myTextureSet__texture
int myInt__n
bool myBool__first
bool myBool__female

myArmorAddon__toCallFunctionOn.SetModelNthTextureSet(myTextureSet__texture, myInt__n, myBool__first, myBool__female)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.