Stats Actions

v1.0

circle-info

These actions will cache the component class and field that is IHaveStats at edit time, and once at runtime if not already cached, to reduce the overhead.

These actions deal with GameStat stats on your IUseGameModules objects.

Add Stat Points

AddStatPointsAction adds the points of a Stat. Can be negative to subtract.

Add Stat Base Value

AddStatBaseValueAction adds the baseValue of a Stat. Can be negative to subtract.

Add Stat Proficiency

AAddStatProficiencyAction adds the proficiency of a Stat. Can be negative to subtract.

Set Stat Points

SetStatPointsAction sets the points of a Stat.

Set Stat Base Value

SetStatBaseValueAction sets the baseValue of a Stat.

Set Stat Proficiency

SetStatProficiencyAction sets the proficiency of a Stat.

Last updated