Background for Skyrim SE
Member of the NetImmerse script
boolfunctionSetNodeLocalPosition(ObjectReferenceref, stringnode, float[]in, boolfirstPerson)NativeGlobal

Description

Documentation Comment

sets the node's local position of the specified array, must be size of 3


Caveats


Parameters

ObjectReferenceref

stringnode

float[]in

boolfirstPerson


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
string myString__node
float[] myFloatArray__in
bool myBool__firstPerson

bool returnedValue = NetImmerse.SetNodeLocalPosition(myObjectReference__ref, myString__node, myFloatArray__in, myBool__firstPerson)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.