Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
counter Struct Reference

#include <counters.h>

Data Fields

struct name_translation name
 
struct strvechelptext
 
bool ruledit_disabled
 
enum counter_behaviour type
 
enum counter_target target
 
int checkpoint
 
int def
 
int index
 

Detailed Description

Definition at line 26 of file counters.h.

Field Documentation

◆ checkpoint

int counter::checkpoint

◆ def

int counter::def

◆ helptext

struct strvec* counter::helptext

Definition at line 29 of file counters.h.

Referenced by counters_free(), and tab_counter::initialize_new_counter().

◆ index

int counter::index

◆ name

struct name_translation counter::name

◆ ruledit_disabled

bool counter::ruledit_disabled

◆ target

enum counter_target counter::target

Definition at line 32 of file counters.h.

Referenced by counter_by_index(), and tab_counter::initialize_new_counter().

◆ type

enum counter_behaviour counter::type