- Found in:
- RaceMenu
voidfunctionAddSkinOverrideInt(ObjectReferenceref, boolisFemale, boolfirstPerson, intslotMask, intkey, intindex, intvalue, boolpersist)NativeGlobal
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
bool myBool__isFemale
bool myBool__firstPerson
int myInt__slotMask
int myInt__key
int myInt__index
int myInt__value
bool myBool__persist
NiOverride.AddSkinOverrideInt(myObjectReference__ref, myBool__isFemale, myBool__firstPerson, myInt__slotMask, myInt__key, myInt__index, myInt__value, myBool__persist)