- Found in:
- RaceMenu
boolfunctionRemoveNodeDestination(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName)NativeGlobal
Description
Documentation Comment
Removes a node destination for a particular node, does not revert the physical mesh, only removes the key
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
bool returnedValue = NiOverride.RemoveNodeDestination(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName)