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

#include <packets_gen.h>

Data Fields

int id
 
Unit_type_id utype
 
int owner
 
int homecity
 
int moves_left
 
int hp
 
int veteran
 
int fuel
 
enum unit_activity activity
 
int activity_count
 
Base_type_id activity_base
 
bool debug
 
bool moved
 
bool paradropped
 
bool done_moving
 
int transported_by
 
bool stay
 

Detailed Description

Definition at line 1738 of file packets_gen.h.

Field Documentation

◆ activity

enum unit_activity packet_edit_unit::activity

Definition at line 1747 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ activity_base

Base_type_id packet_edit_unit::activity_base

Definition at line 1749 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ activity_count

int packet_edit_unit::activity_count

Definition at line 1748 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ debug

bool packet_edit_unit::debug

Definition at line 1750 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ done_moving

bool packet_edit_unit::done_moving

◆ fuel

int packet_edit_unit::fuel

◆ homecity

int packet_edit_unit::homecity

Definition at line 1742 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ hp

int packet_edit_unit::hp

◆ id

int packet_edit_unit::id

◆ moved

bool packet_edit_unit::moved

◆ moves_left

int packet_edit_unit::moves_left

◆ owner

int packet_edit_unit::owner

Definition at line 1741 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ paradropped

bool packet_edit_unit::paradropped

Definition at line 1752 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ stay

bool packet_edit_unit::stay

◆ transported_by

int packet_edit_unit::transported_by

Definition at line 1754 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ utype

Unit_type_id packet_edit_unit::utype

Definition at line 1740 of file packets_gen.h.

Referenced by send_packet_edit_unit_100().

◆ veteran

int packet_edit_unit::veteran