Difference between revisions of "GetActorValue"
imported>Maturin |
Tag: Manual revert |
||
(11 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
GetActorValue '' | [''ActorRefID''.]GetActorValue ''StatName'' | ||
GetAV '' | [''ActorRefID''.]GetAV ''StatName'' | ||
'''Example:''' | '''Example:''' | ||
GetActorValue Strength | GetActorValue Strength | ||
Returns the current, modified value of the specified stat. GetActorValue can use any stat available to the player or actor (NPCs and creatures). | Returns the current, modified value of the specified stat. GetActorValue can use any stat available to the player or actor (NPCs and creatures). | ||
==See Also== | ==See Also== | ||
[[Stats List]] | * [[Stats List]] | ||
* [[GetBaseActorValue]] | |||
[[GetBaseActorValue]] | * [[ModActorValue]] | ||
* [[SetActorValue]] | |||
[[ModActorValue]] | * [[ForceActorValue]] | ||
[[ | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category:Actor Functions]] | |||
[[Category:Actor Functions (CS 1.0)]] | |||
[[Category:Actor_Value_Functions]] | |||
[[Category:Actor_Value_Functions (CS 1.0)]] | |||
[[Category: Condition Functions]] | |||
[[Category: Condition Functions (CS 1.0)]] | |||
[[Category: Statistics Functions]] | [[Category: Statistics Functions]] | ||
[[Category: | [[Category: Statistics Functions (CS 1.0)]] | ||
<!-- Begin Search Terms | |||
Get | |||
Actor | |||
Value | |||
End Search Terms --> |
Latest revision as of 13:23, 21 December 2023
Syntax:
[ActorRefID.]GetActorValue StatName [ActorRefID.]GetAV StatName
Example:
GetActorValue Strength
Returns the current, modified value of the specified stat. GetActorValue can use any stat available to the player or actor (NPCs and creatures).