Background for Skyrim SE
Member of the NiOverride script
voidfunctionAddSkinOverrideFloat(ObjectReferenceref, boolisFemale, boolfirstPerson, intslotMask, intkey, intindex, floatvalue, boolpersist)NativeGlobal


Caveats


Parameters

ObjectReferenceref

boolisFemale

boolfirstPerson

intslotMask

intkey

intindex

floatvalue

boolpersist


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__isFemale
bool myBool__firstPerson
int myInt__slotMask
int myInt__key
int myInt__index
float myFloat__value
bool myBool__persist

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