GameStatList
v4.0
Variables
Forcing posts to Blackboard
While each Stat
object can post it's information to the Blackboard
, it may not be ideal to have all actors with Stat
data doing so, especially in projects with many enemies. The values of these bools are false
, but if set true
, then Stats
in this GameStatList
will post their data to Blackboard
, only for this list.
Returns Dictionary<string, float>
with the Point value for all "Counter" stats, or all GameStats
in the list. Counter stats are those which can't be trained or modified. By default only the Point
value will be returned. Optionally include BaseValue
as well.
Last updated