- Found in:
- RaceMenu
boolfunctionHasNodeTransformRotation(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName, stringkey)NativeGlobal
Description
Documentation Comment
Checks whether there is a rotation override for the particular parameters
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
string myString__key
bool returnedValue = NiOverride.HasNodeTransformRotation(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName, myString__key)