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

#include <packets_gen.h>

Data Fields

int id
 
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_by
 
int packet_use
 
int info_city_id
 

Detailed Description

Definition at line 675 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

◆ id

int packet_unit_short_info::id

◆ info_city_id

int packet_unit_short_info::info_city_id

◆ 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_by

int packet_unit_short_info::transported_by

◆ type

Unit_type_id packet_unit_short_info::type

◆ veteran

int packet_unit_short_info::veteran