Variables

ai_config.cpp File Reference

Implementation of AIConfig. More...

#include "../stdafx.h"
#include "../settings_type.h"
#include "../core/random_func.hpp"
#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.

Detailed Description

Implementation of AIConfig.

Definition in file ai_config.cpp.


Variable Documentation

Initial value:
 {
  "start_date",
  "Number of days to start this AI after the previous one (give or take)",
  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
}

Configuration for AI start date, every AI has this setting.

Definition at line 20 of file ai_config.cpp.

Referenced by AIInfo::Constructor().