Stat Groups & Identities
You can get stat groups and stat identities through code at runtime. However, they cannot be created at runtime.
Stat Groups
Stat groups are used to group together stats that are meant for a similar purpose.
Getting All Groups
Getting a Single Group
By Name
By ID
Stat Identities
A stat identity is a way to identify a stat and set general rules for it.
Getting All Stat Identities
From a Stat Group
You can access all stat identities in the group with the myStatGroup.statIdentities
field.
Getting a Single Stat Identity
By Name
By ID
Last updated