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