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

Description

Documentation Comment

Returns a scale value override for the particular key, 0.0 if did not exist or failed


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

float returnedValue = NiOverride.GetNodeTransformScale(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.