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

#include <packets_gen.h>

Data Fields

int actor_id
 
int target_id
 
int sub_tgt_id
 
char name [MAX_LEN_NAME]
 
action_id action_type
 

Detailed Description

Definition at line 737 of file packets_gen.h.

Field Documentation

◆ action_type

action_id packet_unit_do_action::action_type

Definition at line 742 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action().

◆ actor_id

int packet_unit_do_action::actor_id

Definition at line 738 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action().

◆ name

char packet_unit_do_action::name[MAX_LEN_NAME]

Definition at line 741 of file packets_gen.h.

◆ sub_tgt_id

int packet_unit_do_action::sub_tgt_id

Definition at line 740 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action().

◆ target_id

int packet_unit_do_action::target_id

Definition at line 739 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action().