Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
editor_tool Struct Reference

Data Fields

int flags
 
enum editor_tool_mode mode
 
int size
 
int count
 
int applied_player_no
 
const charname
 
int value
 
const chartooltip
 

Detailed Description

Definition at line 68 of file editor.c.

Field Documentation

◆ applied_player_no

int editor_tool::applied_player_no

◆ count

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().

◆ flags

int editor_tool::flags

◆ mode

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().

◆ name

const char* editor_tool::name

Definition at line 74 of file editor.c.

Referenced by editor_tool_get_name(), and tool_init().

◆ size

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().

◆ tooltip

const char* editor_tool::tooltip

Definition at line 76 of file editor.c.

Referenced by editor_tool_get_tooltip(), and tool_init().

◆ value

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().