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


Caveats


Parameters

ObjectReferenceref

stringnode

floatscale

boolfirstPerson


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
string myString__node
float myFloat__scale
bool myBool__firstPerson

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