Implementation of AIConfig. More...
#include "../stdafx.h"
#include "../settings_type.h"
#include "ai.hpp"
#include "ai_config.hpp"
#include "ai_info.hpp"
Go to the source code of this file.
Variables | |
ScriptConfigItem | _start_date_config |
Configuration for AI start date, every AI has this setting. |
Implementation of AIConfig.
Definition in file ai_config.cpp.
{ "start_date", "", AI::START_NEXT_MIN, AI::START_NEXT_MAX, AI::START_NEXT_MEDIUM, AI::START_NEXT_EASY, AI::START_NEXT_MEDIUM, AI::START_NEXT_HARD, AI::START_NEXT_DEVIATION, 30, SCRIPTCONFIG_NONE, NULL, false }
Configuration for AI start date, every AI has this setting.
Definition at line 19 of file ai_config.cpp.
Referenced by AIInfo::Constructor().