- Found in:
- SKSE
voidfunctionSetNodeTextureSet(ObjectReferenceref, stringnode, TextureSettSet, boolfirstPerson)NativeGlobal
Description
Documentation Comment
Sets a NiTriShape's textures by name of the Nif node
Caveats
Parameters
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)