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
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
- Actor.GetActorValue(...)
- Actor.GetActorValuePercentage(...)
- Actor.GetBaseActorValue(...)
- Actor.DamageActorValue(...)
- Actor.ModActorValue(...)
- Actor.ForceActorValue(...)
- Actor.RestoreActorValue(...)
- Actor.SetActorValue(...)
- Actor Value List
- Actor
