Freeciv-3.4
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 1742 of file packets_gen.h.

Field Documentation

◆ activity

enum unit_activity packet_edit_unit::activity

Definition at line 1751 of file packets_gen.h.

◆ activity_base

Base_type_id packet_edit_unit::activity_base

Definition at line 1753 of file packets_gen.h.

◆ activity_count

int packet_edit_unit::activity_count

Definition at line 1752 of file packets_gen.h.

◆ debug

bool packet_edit_unit::debug

Definition at line 1754 of file packets_gen.h.

◆ done_moving

bool packet_edit_unit::done_moving

◆ fuel

int packet_edit_unit::fuel

◆ homecity

int packet_edit_unit::homecity

Definition at line 1746 of file packets_gen.h.

◆ hp

int packet_edit_unit::hp

◆ id

int packet_edit_unit::id

Definition at line 1743 of file packets_gen.h.

Referenced by handle_edit_unit(), and objbind_pack_current_values().

◆ moved

bool packet_edit_unit::moved

◆ moves_left

int packet_edit_unit::moves_left

◆ owner

int packet_edit_unit::owner

Definition at line 1745 of file packets_gen.h.

◆ paradropped

bool packet_edit_unit::paradropped

Definition at line 1756 of file packets_gen.h.

◆ stay

bool packet_edit_unit::stay

◆ transported_by

int packet_edit_unit::transported_by

Definition at line 1758 of file packets_gen.h.

◆ utype

Unit_type_id packet_edit_unit::utype

Definition at line 1744 of file packets_gen.h.

◆ veteran

int packet_edit_unit::veteran