Background for Skyrim SE
Member of the NiOverride script
voidfunctionAddWeaponOverrideBool(ObjectReferenceref, boolisFemale, boolfirstPerson, Weaponweap, stringnode, intkey, intindex, boolvalue, boolpersist)NativeGlobal


Parameters

  1. ObjectReferenceref

  2. boolisFemale

  3. boolfirstPerson

  4. Weaponweap

  5. stringnode

  6. intkey

  7. intindex

  8. boolvalue

  9. boolpersist


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__isFemale
bool myBool__firstPerson
Weapon myWeapon__weap
string myString__node
int myInt__key
int myInt__index
bool myBool__value
bool myBool__persist

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