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

#include <packets_gen.h>

Data Fields

int actor_unit_id
 
int target_unit_id
 
int target_tile_id
 
int target_extra_id
 
int request_kind
 

Detailed Description

Definition at line 753 of file packets_gen.h.

Field Documentation

◆ actor_unit_id

int packet_unit_get_actions::actor_unit_id

Definition at line 754 of file packets_gen.h.

Referenced by dsend_packet_unit_get_actions().

◆ request_kind

int packet_unit_get_actions::request_kind

Definition at line 758 of file packets_gen.h.

Referenced by dsend_packet_unit_get_actions().

◆ target_extra_id

int packet_unit_get_actions::target_extra_id

Definition at line 757 of file packets_gen.h.

◆ target_tile_id

int packet_unit_get_actions::target_tile_id

Definition at line 756 of file packets_gen.h.

Referenced by dsend_packet_unit_get_actions().

◆ target_unit_id

int packet_unit_get_actions::target_unit_id

Definition at line 755 of file packets_gen.h.

Referenced by dsend_packet_unit_get_actions().