- Found in:
- RaceMenu
floatfunctionGetSkinOverrideFloat(ObjectReferenceref, boolisFemale, boolfirstPerson, intslotMask, intkey, intindex)NativeGlobal
Description
Documentation Comment
Gets the saved override value
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
bool myBool__isFemale
bool myBool__firstPerson
int myInt__slotMask
int myInt__key
int myInt__index
float returnedValue = NiOverride.GetSkinOverrideFloat(myObjectReference__ref, myBool__isFemale, myBool__firstPerson, myInt__slotMask, myInt__key, myInt__index)