This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Xconq |
namespace | Xconq::AI |
Defines | |
#define | OR_BLK_SZ 200 |
Number of OpRole nodes per allocation block. | |
#define | for_all_oproles(side, oprole) |
Iterate through all oproles on a side. | |
#define | for_all_oproles_by_type(side, type, oprole) |
Iterate through all oproles on a side for a given type. |
Part of the AI API, Level 4.
Provides an operational level AI implementation.
|
Value: for ((oprole) = (get_side_ai(side) ? get_side_ai(side)->oproles : NULL); \ (oprole); (oprole) = (oprole)->next)
|
|
Value: for ((oprole) = (get_side_ai(side) ? \ get_side_ai(side)->oprole_buckets[type] : NULL); \ (oprole); (oprole) = (oprole)->next_by_type)
|
|
Number of OpRole nodes per allocation block. Management of Operational Roles * |