Background for Skyrim SE
Member of the NiOverride script
boolfunctionHasNodeTransformRotation(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName, stringkey)NativeGlobal

Description

Documentation Comment

Checks whether there is a rotation override for the particular parameters


Caveats


Parameters

ObjectReferenceakRef

boolfirstPerson

boolisFemale

stringnodeName

stringkey


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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.