Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
packet_unit_short_info Struct Reference

#include <packets_gen.h>

Data Fields

int id16
 
int id32
 
int owner
 
int tile
 
enum direction8 facing
 
Unit_type_id type
 
int veteran
 
bool occupied
 
bool transported
 
int hp
 
int activity
 
int activity_tgt
 
int transported_by16
 
int transported_by32
 
int packet_use
 
int info_city_id16
 
int info_city_id32
 

Detailed Description

Definition at line 684 of file packets_gen.h.

Field Documentation

◆ activity

int packet_unit_short_info::activity

◆ activity_tgt

int packet_unit_short_info::activity_tgt

◆ facing

enum direction8 packet_unit_short_info::facing

◆ hp

int packet_unit_short_info::hp

◆ id16

int packet_unit_short_info::id16

◆ id32

int packet_unit_short_info::id32

◆ info_city_id16

int packet_unit_short_info::info_city_id16

◆ info_city_id32

int packet_unit_short_info::info_city_id32

◆ occupied

bool packet_unit_short_info::occupied

◆ owner

int packet_unit_short_info::owner

◆ packet_use

int packet_unit_short_info::packet_use

◆ tile

int packet_unit_short_info::tile

◆ transported

bool packet_unit_short_info::transported

◆ transported_by16

int packet_unit_short_info::transported_by16

◆ transported_by32

int packet_unit_short_info::transported_by32

◆ type

Unit_type_id packet_unit_short_info::type

◆ veteran

int packet_unit_short_info::veteran