Skip to content

Attack Plans Attack Route Patterns

Attack Plans Attack Route Patterns
1
2
3
4
5
6
// Least Recently Used.
extern const int cAttackPlanAttackRoutePatternLRU = 0;
// Most Recently Used.
extern const int cAttackPlanAttackRoutePatternMRU = 1;
extern const int cAttackPlanAttackRoutePatternRandom = 2;
extern const int cAttackPlanAttackRoutePatternBest = 3;