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

Data Fields

struct option *(* option_by_number )(int)
 
struct option *(* option_first )(void)
 
int(* category_number )(void)
 
const char *(* category_name )(int)
 

Detailed Description

Definition at line 445 of file options.c.

Field Documentation

◆ category_name

const char *(* option_set::category_name) (int)

Definition at line 450 of file options.c.

Referenced by optset_category_name().

◆ category_number

int(* option_set::category_number) (void)

Definition at line 449 of file options.c.

Referenced by optset_category_number().

◆ option_by_number

struct option *(* option_set::option_by_number) (int)

Definition at line 6862 of file options.c.

Referenced by optset_option_by_number().

◆ option_first

struct option *(* option_set::option_first) (void)

Definition at line 6862 of file options.c.

Referenced by optset_option_first().