Background for Skyrim SE
Member of the NiOverride script
voidfunctionAddNodeOverrideTextureSet(ObjectReferenceref, boolisFemale, stringnode, intkey, intindex, TextureSetvalue, boolpersist)NativeGlobal


Caveats


Parameters

ObjectReferenceref

boolisFemale

stringnode

intkey

intindex

TextureSetvalue

boolpersist


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__isFemale
string myString__node
int myInt__key
int myInt__index
TextureSet myTextureSet__value
bool myBool__persist

NiOverride.AddNodeOverrideTextureSet(myObjectReference__ref, myBool__isFemale, myString__node, myInt__key, myInt__index, myTextureSet__value, myBool__persist)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.