#include <map_context.hpp>
Public Member Functions | |
editor_team_info (const team &t) | |
Public Attributes | |
int | side |
std::string | id |
std::string | name |
std::string | recruit_list |
int | gold |
int | income |
int | village_income |
int | village_support |
bool | fog |
bool | shroud |
team_shared_vision::type | share_vision |
side_controller::type | controller |
bool | no_leader |
bool | hidden |
Definition at line 36 of file map_context.hpp.
editor::editor_team_info::editor_team_info | ( | const team & | t | ) |
Definition at line 40 of file map_context.cpp.
side_controller::type editor::editor_team_info::controller |
Definition at line 50 of file map_context.hpp.
bool editor::editor_team_info::fog |
Definition at line 47 of file map_context.hpp.
int editor::editor_team_info::gold |
Definition at line 43 of file map_context.hpp.
bool editor::editor_team_info::hidden |
Definition at line 52 of file map_context.hpp.
std::string editor::editor_team_info::id |
Definition at line 40 of file map_context.hpp.
int editor::editor_team_info::income |
Definition at line 44 of file map_context.hpp.
std::string editor::editor_team_info::name |
Definition at line 41 of file map_context.hpp.
bool editor::editor_team_info::no_leader |
Definition at line 51 of file map_context.hpp.
std::string editor::editor_team_info::recruit_list |
Definition at line 42 of file map_context.hpp.
team_shared_vision::type editor::editor_team_info::share_vision |
Definition at line 49 of file map_context.hpp.
bool editor::editor_team_info::shroud |
Definition at line 48 of file map_context.hpp.
int editor::editor_team_info::side |
Definition at line 39 of file map_context.hpp.
int editor::editor_team_info::village_income |
Definition at line 45 of file map_context.hpp.
int editor::editor_team_info::village_support |
Definition at line 46 of file map_context.hpp.