Defines formula ai side formulas stage.
More...
Go to the source code of this file.
|
| ai |
| A small explanation about what's going on here: Each action has access to two game_info objects First is 'info' - real information Second is 'subjective info' - AIs perception of what's going on So, when we check_before action, we use 'subjective info' and don't touch real 'info' at all.
|
|
Defines formula ai side formulas stage.
Definition in file stage_side_formulas.cpp.
◆ ERR_AI
◆ LOG_AI
◆ WRN_AI
◆ log_ai
lg::log_domain log_ai("ai/stage/side_formulas") |
( |
"ai/stage/side_formulas" |
| ) |
|
|
static |