Background for Starfield
Member of the ObjectReference script

Description

Documentation Comment

jduvall
Returns a GlobalVariable with a matching value to the specified actorvalue (if there is more than one match it will return the first)
akAV: the ActorValue for which you want to return a matching GlobalVariable
EnumGlobals: an array of possibly matching GlobalVariables to return


Caveats


Parameters

ActorValueakAV

GlobalVariable[]akEnumGlobals


Examples

Auto-Generated Example

ActorValue myActorValue__akAV
GlobalVariable[] myGlobalVariableArray__akEnumGlobals

GlobalVariable returnedValue = myObjectReference__toCallFunctionOn.GetValueEnumGlobal(myActorValue__akAV, myGlobalVariableArray__akEnumGlobals)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.