- Found in:
- RaceMenu
boolfunctionRemoveNodeTransformScaleMode(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName, stringkey)NativeGlobal
Description
Documentation Comment
Removes a particular scale mode override, returns true if it removed, false if did not exist
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
string myString__key
bool returnedValue = NiOverride.RemoveNodeTransformScaleMode(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName, myString__key)