Background for Skyrim SE
Member of the Actor script
floatfunctionGetActorValueMax(stringasValueName)Native

Description

Wiki Description

Obtains the actor value's current maximum (taking into account buffs and debuffs).

Documentation Comment

Gets the specified actor value's max, taking into account buffs/debuffs


Parameters

  1. stringasValueName

    CK Wiki Description

    The name of the actor value to get the max of. Actor Value List


Examples

No human-generated examples found for this function.

Auto-Generated Example

string myString__asValueName

float returnedValue = myActor__toCallFunctionOn.GetActorValueMax(myString__asValueName)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.