Background for Skyrim SE
Member of the NiOverride script
boolfunctionGetBooleanExtraData(ObjectReferenceakRef, boolfirstPerson, stringnodeName, stringdataName)NativeGlobal

Description

Documentation Comment

NiExtraData Acquisition


Caveats


Parameters

ObjectReferenceakRef

boolfirstPerson

stringnodeName

stringdataName


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool myBool__firstPerson
string myString__nodeName
string myString__dataName

bool returnedValue = NiOverride.GetBooleanExtraData(myObjectReference__akRef, myBool__firstPerson, myString__nodeName, myString__dataName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.