Background for Skyrim SE
Member of the NiOverride script
boolfunctionHasNodeOverride(ObjectReferenceref, boolisFemale, stringnode, intkey, intindex)NativeGlobal

Description

Documentation Comment

ObjectReference must be an Actor (These could work for non-actor objects, untested)
ADVANCED USE ONLY, THESE DO NOT SELF CLEANUP IF THE NODE IS NOT FOUND
Returns whether there is an override for this particular node


Caveats


Parameters

ObjectReferenceref

boolisFemale

stringnode

intkey

intindex


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__isFemale
string myString__node
int myInt__key
int myInt__index

bool returnedValue = NiOverride.HasNodeOverride(myObjectReference__ref, myBool__isFemale, myString__node, myInt__key, myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.