Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_edit_unit_create Struct Reference

#include <packets_gen.h>

Data Fields

int owner
 
int tile
 
Unit_type_id type
 
int count
 
int tag
 

Detailed Description

Definition at line 1697 of file packets_gen.h.

Field Documentation

◆ count

int packet_edit_unit_create::count

Definition at line 1701 of file packets_gen.h.

Referenced by dsend_packet_edit_unit_create().

◆ owner

int packet_edit_unit_create::owner

Definition at line 1698 of file packets_gen.h.

Referenced by dsend_packet_edit_unit_create().

◆ tag

int packet_edit_unit_create::tag

Definition at line 1702 of file packets_gen.h.

Referenced by dsend_packet_edit_unit_create().

◆ tile

int packet_edit_unit_create::tile

Definition at line 1699 of file packets_gen.h.

Referenced by dsend_packet_edit_unit_create().

◆ type

Unit_type_id packet_edit_unit_create::type

Definition at line 1700 of file packets_gen.h.