- Found in:
- RaceMenu
voidfunctionAddNodeOverrideFloat(ObjectReferenceref, boolisFemale, stringnode, intkey, intindex, floatvalue, boolpersist)NativeGlobal
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
bool myBool__isFemale
string myString__node
int myInt__key
int myInt__index
float myFloat__value
bool myBool__persist
NiOverride.AddNodeOverrideFloat(myObjectReference__ref, myBool__isFemale, myString__node, myInt__key, myInt__index, myFloat__value, myBool__persist)