Category:Actor Value Functions
Revision as of 22:03, 17 July 2010 by imported>JRoush (Clarify how the functions modify the AV (which modifier/factor they affect))
There are several functions to access and modify an actor's stats.
Usage | ||
---|---|---|
Get the Calculated Base value
(value from base form + calculated factor from game settings, other AVs, etc.) |
GetBaseActorValue / GetBaseAv | |
Set the the Base value to a specific number
(the value from the base form, with no modifiers or calculated factors) |
SetActorValue / SetAv | |
Get the Current value
(Including all modifiers and calculated factors) |
GetActorValue / GetAv | |
Set the Current value to a specific number
(The console version changes the Damage modifier, the script version changes the Offset modifier) |
ForceActorValue / ForceAv | |
Add a certain value to the Current value
(The console version changes the Damage modifier, the script version changes the Offset modifier) |
ModActorValue / ModAv | |
Add a certain value to the Current value
(Changes the Damage modifier) |
ModActorValue2 / ModAv2
|
See the Actor Values page for details on the various Modifiers.
Subcategories
This category has the following 3 subcategories, out of 3 total.
A
C
O
Pages in category "Actor Value Functions"
The following 55 pages are in this category, out of 55 total.