Background for Skyrim SE
Member of the NetImmerse script
voidfunctionSetNodeTextureSet(ObjectReferenceref, stringnode, TextureSettSet, boolfirstPerson)NativeGlobal

Description

Documentation Comment

Sets a NiTriShape's textures by name of the Nif node


Caveats


Parameters

ObjectReferenceref

stringnode

TextureSettSet

boolfirstPerson


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
string myString__node
TextureSet myTextureSet__tSet
bool myBool__firstPerson

NetImmerse.SetNodeTextureSet(myObjectReference__ref, myString__node, myTextureSet__tSet, myBool__firstPerson)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.