Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
option::option_common_vtable Struct Reference

Data Fields

int(* number )(const struct option *)
 
const char *(* name )(const struct option *)
 
const char *(* description )(const struct option *)
 
const char *(* help_text )(const struct option *)
 
int(* category )(const struct option *)
 
bool(* is_changeable )(const struct option *)
 
struct option *(* next )(const struct option *)
 

Detailed Description

Definition at line 461 of file options.c.

Field Documentation

◆ category

int(* option::option_common_vtable::category) (const struct option *)

Definition at line 466 of file options.c.

Referenced by option_category(), and option_category_name().

◆ description

const char *(* option::option_common_vtable::description) (const struct option *)

Definition at line 464 of file options.c.

Referenced by option_description().

◆ help_text

const char *(* option::option_common_vtable::help_text) (const struct option *)

Definition at line 465 of file options.c.

Referenced by option_help_text().

◆ is_changeable

bool(* option::option_common_vtable::is_changeable) (const struct option *)

Definition at line 467 of file options.c.

Referenced by option_is_changeable().

◆ name

const char *(* option::option_common_vtable::name) (const struct option *)

Definition at line 463 of file options.c.

Referenced by option_name().

◆ next

struct option *(* option::option_common_vtable::next) (const struct option *)

Definition at line 467 of file options.c.

Referenced by option_next().

◆ number

int(* option::option_common_vtable::number) (const struct option *)

Definition at line 462 of file options.c.

Referenced by option_number().