- Found in:
- RaceMenu
floatfunctionGetSkinPropertyFloat(ObjectReferenceref, boolfirstPerson, intslotMask, intkey, intindex)NativeGlobal
Description
Documentation Comment
Gets the property straight from the node (Handy if you need the current value if an override D.N.E yet)
Parameters
ObjectReferenceref
boolfirstPerson
intslotMask
intkey
intindex
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
bool myBool__firstPerson
int myInt__slotMask
int myInt__key
int myInt__index
float returnedValue = NiOverride.GetSkinPropertyFloat(myObjectReference__ref, myBool__firstPerson, myInt__slotMask, myInt__key, myInt__index)