Freeciv-3.3
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 522 of file options.c.

Field Documentation

◆ category

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

Definition at line 527 of file options.c.

◆ description

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

Definition at line 525 of file options.c.

◆ help_text

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

Definition at line 526 of file options.c.

◆ is_changeable

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

Definition at line 528 of file options.c.

◆ name

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

Definition at line 524 of file options.c.

◆ next

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

Definition at line 528 of file options.c.

◆ number

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

Definition at line 523 of file options.c.