- Found in:
- RaceMenu
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
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)