- Found in:
- SKSE
boolfunctionGetRelativeNodePosition(ObjectReferenceref, stringnodeA, stringnodeB, float[]in, boolfirstPerson)NativeGlobal
Description
Documentation Comment
returns the node's relative world position of nodeB minus nodeA into the specify array, must be size of 3
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
string myString__nodeA
string myString__nodeB
float[] myFloatArray__in
bool myBool__firstPerson
bool returnedValue = NetImmerse.GetRelativeNodePosition(myObjectReference__ref, myString__nodeA, myString__nodeB, myFloatArray__in, myBool__firstPerson)