- Found in:
- RaceMenu
voidfunctionAddSkinOverrideTextureSet(ObjectReferenceref, boolisFemale, boolfirstPerson, intslotMask, intkey, intindex, TextureSetvalue, 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
TextureSet myTextureSet__value
bool myBool__persist
NiOverride.AddSkinOverrideTextureSet(myObjectReference__ref, myBool__isFemale, myBool__firstPerson, myInt__slotMask, myInt__key, myInt__index, myTextureSet__value, myBool__persist)