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

Description

Documentation Comment

Return the stored override, returns default (nil) values if the override D.N.E


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

float returnedValue = NiOverride.GetNodeOverrideFloat(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.