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

Data Fields

const charname
 
enum cmdlevel level
 
const charsynopsis
 
const charshort_help
 
const charextra_help
 
char *(* extra_help_func )(const char *cmdname)
 
enum cmd_echo echo
 
int vote_flags
 
int vote_percent
 

Detailed Description

Definition at line 37 of file commands.c.

Field Documentation

◆ echo

enum cmd_echo command::echo

Definition at line 46 of file commands.c.

◆ extra_help

const char* command::extra_help

Definition at line 42 of file commands.c.

◆ extra_help_func

char *(* command::extra_help_func) (const char *cmdname)

Definition at line 43 of file commands.c.

◆ level

enum cmdlevel command::level

Definition at line 39 of file commands.c.

◆ name

const char* command::name

Definition at line 38 of file commands.c.

Referenced by command_name(), and command_name_by_number().

◆ short_help

const char* command::short_help

Definition at line 41 of file commands.c.

◆ synopsis

const char* command::synopsis

Definition at line 40 of file commands.c.

◆ vote_flags

int command::vote_flags

Definition at line 47 of file commands.c.

◆ vote_percent

int command::vote_percent

Definition at line 48 of file commands.c.