Freeciv21
Develop your civilization from humble roots to a global empire
editor_tool Struct Reference

Public Attributes

int flags
 
enum editor_tool_mode mode
 
int size
 
int count
 
int applied_player_no
 
const char * name
 
int value
 
const char * tooltip
 

Detailed Description

Definition at line 59 of file editor.cpp.

Member Data Documentation

◆ applied_player_no

int editor_tool::applied_player_no

◆ count

int editor_tool::count

Definition at line 63 of file editor.cpp.

Referenced by editor_tool_get_count(), editor_tool_set_count(), and tool_init().

◆ flags

◆ mode

enum editor_tool_mode editor_tool::mode

Definition at line 60 of file editor.cpp.

Referenced by editor_tool_set_mode(), and tool_init().

◆ name

const char* editor_tool::name

Definition at line 65 of file editor.cpp.

Referenced by editor_tool_get_name(), and tool_init().

◆ size

int editor_tool::size

Definition at line 62 of file editor.cpp.

Referenced by editor_tool_get_size(), editor_tool_set_size(), and tool_init().

◆ tooltip

const char* editor_tool::tooltip

Definition at line 67 of file editor.cpp.

Referenced by editor_tool_get_tooltip(), and tool_init().

◆ value

int editor_tool::value

Definition at line 66 of file editor.cpp.

Referenced by editor_tool_get_value(), editor_tool_set_value(), and tool_set_init_value().