Background for Skyrim SE
Member of the NiOverride script
stringfunctionGetNodeDestination(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName)NativeGlobal

Description

Documentation Comment

Returns the node destination of the particular parameters


Caveats


Parameters

ObjectReferenceakRef

boolfirstPerson

boolisFemale

stringnodeName


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName

string returnedValue = NiOverride.GetNodeDestination(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.