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


Parameters

  1. ObjectReferenceref

  2. boolisFemale

  3. stringnode

  4. intkey

  5. intindex

  6. intvalue

  7. boolpersist


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__isFemale
string myString__node
int myInt__key
int myInt__index
int myInt__value
bool myBool__persist

NiOverride.AddNodeOverrideInt(myObjectReference__ref, myBool__isFemale, myString__node, myInt__key, myInt__index, myInt__value, myBool__persist)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.