- Found in:
- RaceMenu
voidfunctionAddWeaponOverrideTextureSet(ObjectReferenceref, boolisFemale, boolfirstPerson, Weaponweap, stringnode, intkey, intindex, TextureSetvalue, boolpersist)NativeGlobal
Caveats
Parameters
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
TextureSet myTextureSet__value
bool myBool__persist
NiOverride.AddWeaponOverrideTextureSet(myObjectReference__ref, myBool__isFemale, myBool__firstPerson, myWeapon__weap, myString__node, myInt__key, myInt__index, myTextureSet__value, myBool__persist)