Freeciv-3.2
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 733 of file packets_gen.h.

Field Documentation

◆ action_type

action_id packet_unit_do_action::action_type

Definition at line 738 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().

◆ actor_id

int packet_unit_do_action::actor_id

Definition at line 734 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().

◆ name

char packet_unit_do_action::name[MAX_LEN_NAME]

Definition at line 737 of file packets_gen.h.

Referenced by send_packet_unit_do_action_100().

◆ sub_tgt_id

int packet_unit_do_action::sub_tgt_id

Definition at line 736 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().

◆ target_id

int packet_unit_do_action::target_id

Definition at line 735 of file packets_gen.h.

Referenced by dsend_packet_unit_do_action(), and send_packet_unit_do_action_100().