|
Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
| char | name [MAX_LEN_NAME] |
| char | rule_name [MAX_LEN_NAME] |
| struct strvec * | helptext |
| int | def |
| int | checkpoint |
| enum counter_target | type |
| enum counter_behavior | behavior |
Definition at line 1402 of file packets_gen.h.
| enum counter_behavior packet_ruleset_counter::behavior |
Definition at line 1409 of file packets_gen.h.
Referenced by handle_ruleset_counter(), and send_ruleset_counters().
| int packet_ruleset_counter::checkpoint |
Definition at line 1407 of file packets_gen.h.
Referenced by handle_ruleset_counter(), and send_ruleset_counters().
| int packet_ruleset_counter::def |
Definition at line 1406 of file packets_gen.h.
Referenced by handle_ruleset_counter(), and send_ruleset_counters().
Definition at line 1405 of file packets_gen.h.
Referenced by free_packet_ruleset_counter(), handle_ruleset_counter(), init_packet_ruleset_counter(), and send_ruleset_counters().
| char packet_ruleset_counter::name[MAX_LEN_NAME] |
Definition at line 1403 of file packets_gen.h.
Referenced by handle_ruleset_counter(), and send_ruleset_counters().
| char packet_ruleset_counter::rule_name[MAX_LEN_NAME] |
Definition at line 1404 of file packets_gen.h.
Referenced by handle_ruleset_counter(), and send_ruleset_counters().
| enum counter_target packet_ruleset_counter::type |
Definition at line 1408 of file packets_gen.h.
Referenced by handle_ruleset_counter(), and send_ruleset_counters().