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

#include <packets_gen.h>

Data Fields

int id
 
char name [MAX_LEN_NAME]
 
char rule_name [MAX_LEN_NAME]
 
int min_speed
 
int hp_loss_pct
 
int non_native_def_pct
 
bv_unit_class_flags flags
 
char helptext [MAX_LEN_PACKET]
 

Detailed Description

Definition at line 1254 of file packets_gen.h.

Field Documentation

◆ flags

bv_unit_class_flags packet_ruleset_unit_class::flags

◆ helptext

char packet_ruleset_unit_class::helptext[MAX_LEN_PACKET]

◆ hp_loss_pct

int packet_ruleset_unit_class::hp_loss_pct

◆ id

int packet_ruleset_unit_class::id

◆ min_speed

int packet_ruleset_unit_class::min_speed

◆ name

char packet_ruleset_unit_class::name[MAX_LEN_NAME]

◆ non_native_def_pct

int packet_ruleset_unit_class::non_native_def_pct

◆ rule_name

char packet_ruleset_unit_class::rule_name[MAX_LEN_NAME]