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

#include <packets_gen.h>

Data Fields

Impr_type_id id
 
enum impr_genus_id genus
 
char name [MAX_LEN_NAME]
 
char rule_name [MAX_LEN_NAME]
 
char graphic_str [MAX_LEN_NAME]
 
char graphic_alt [MAX_LEN_NAME]
 
char graphic_alt2 [MAX_LEN_NAME]
 
int reqs_count
 
struct requirement reqs [MAX_NUM_REQS]
 
int obs_count
 
struct requirement obs_reqs [MAX_NUM_REQS]
 
int build_cost
 
int upkeep
 
int sabotage
 
bv_impr_flags flags
 
char soundtag [MAX_LEN_NAME]
 
char soundtag_alt [MAX_LEN_NAME]
 
char soundtag_alt2 [MAX_LEN_NAME]
 
char helptext [MAX_LEN_PACKET]
 

Detailed Description

Definition at line 1180 of file packets_gen.h.

Field Documentation

◆ build_cost

int packet_ruleset_building::build_cost

◆ flags

bv_impr_flags packet_ruleset_building::flags

◆ genus

enum impr_genus_id packet_ruleset_building::genus

◆ graphic_alt

char packet_ruleset_building::graphic_alt[MAX_LEN_NAME]

◆ graphic_alt2

char packet_ruleset_building::graphic_alt2[MAX_LEN_NAME]

◆ graphic_str

char packet_ruleset_building::graphic_str[MAX_LEN_NAME]

◆ helptext

char packet_ruleset_building::helptext[MAX_LEN_PACKET]

◆ id

Impr_type_id packet_ruleset_building::id

◆ name

char packet_ruleset_building::name[MAX_LEN_NAME]

◆ obs_count

int packet_ruleset_building::obs_count

◆ obs_reqs

struct requirement packet_ruleset_building::obs_reqs[MAX_NUM_REQS]

◆ reqs

struct requirement packet_ruleset_building::reqs[MAX_NUM_REQS]

◆ reqs_count

int packet_ruleset_building::reqs_count

◆ rule_name

char packet_ruleset_building::rule_name[MAX_LEN_NAME]

◆ sabotage

int packet_ruleset_building::sabotage

◆ soundtag

char packet_ruleset_building::soundtag[MAX_LEN_NAME]

◆ soundtag_alt

char packet_ruleset_building::soundtag_alt[MAX_LEN_NAME]

◆ soundtag_alt2

char packet_ruleset_building::soundtag_alt2[MAX_LEN_NAME]

◆ upkeep

int packet_ruleset_building::upkeep