- Found in:
- SKSE
voidfunctionSetNodeLocalPositionZ(ObjectReferenceref, stringnode, floatz, boolfirstPerson)NativeGlobal
Parameters
ObjectReferenceref
stringnode
floatz
boolfirstPerson
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
string myString__node
float myFloat__z
bool myBool__firstPerson
NetImmerse.SetNodeLocalPositionZ(myObjectReference__ref, myString__node, myFloat__z, myBool__firstPerson)