Freeciv-3.2
|
Data Fields | |
int | flags |
enum editor_tool_mode | mode |
int | size |
int | count |
int | applied_player_no |
const char * | name |
int | value |
const char * | tooltip |
int editor_tool::applied_player_no |
Definition at line 73 of file editor.c.
Referenced by editor_tool_get_applied_player(), editor_tool_set_applied_player(), and tool_init().
int editor_tool::count |
Definition at line 72 of file editor.c.
Referenced by editor_tool_get_count(), editor_tool_set_count(), and tool_init().
int editor_tool::flags |
Definition at line 69 of file editor.c.
Referenced by editor_tool_has_applied_player(), editor_tool_has_count(), editor_tool_has_size(), editor_tool_has_value(), editor_tool_has_value_erase(), and tool_init().
enum editor_tool_mode editor_tool::mode |
Definition at line 70 of file editor.c.
Referenced by editor_tool_get_mode(), editor_tool_set_mode(), and tool_init().
Definition at line 74 of file editor.c.
Referenced by editor_tool_get_name(), and tool_init().
int editor_tool::size |
Definition at line 71 of file editor.c.
Referenced by editor_tool_get_size(), editor_tool_set_size(), and tool_init().
Definition at line 76 of file editor.c.
Referenced by editor_tool_get_tooltip(), and tool_init().
int editor_tool::value |
Definition at line 75 of file editor.c.
Referenced by editor_tool_get_value(), editor_tool_set_value(), and tool_set_init_value().