Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
specialist Struct Reference

#include <specialist.h>

Data Fields

int item_number
 
struct name_translation name
 
struct name_translation abbreviation
 
bool ruledit_disabled
 
char graphic_str [MAX_LEN_NAME]
 
char graphic_alt [MAX_LEN_NAME]
 
struct requirement_vector reqs
 
struct strvechelptext
 

Detailed Description

Definition at line 29 of file specialist.h.

Field Documentation

◆ abbreviation

struct name_translation specialist::abbreviation

◆ graphic_alt

char specialist::graphic_alt[MAX_LEN_NAME]

◆ graphic_str

char specialist::graphic_str[MAX_LEN_NAME]

◆ helptext

struct strvec* specialist::helptext

◆ item_number

int specialist::item_number

Definition at line 30 of file specialist.h.

Referenced by specialists_init().

◆ name

struct name_translation specialist::name

◆ reqs

struct requirement_vector specialist::reqs

◆ ruledit_disabled

bool specialist::ruledit_disabled

Definition at line 33 of file specialist.h.

Referenced by specialists_init().