const ACTIONSTATE_NUMBER_OF_CONCURRENT_COUNTERS: usize = 5;
The number of float counters that a single Action node can track concurrently Define constants within a given action node to index between them.