Background for Skyrim SE
Member of the NiOverride script
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

ObjectReferenceakRef

boolfirstPerson

boolisFemale

stringnodeName


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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.