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

#include <packets_gen.h>

Data Fields

int actor_id
 
int target_id
 
int cost
 
action_id action_type
 
int request_kind
 

Detailed Description

Definition at line 745 of file packets_gen.h.

Field Documentation

◆ action_type

action_id packet_unit_action_answer::action_type

Definition at line 749 of file packets_gen.h.

Referenced by dsend_packet_unit_action_answer().

◆ actor_id

int packet_unit_action_answer::actor_id

Definition at line 746 of file packets_gen.h.

Referenced by dsend_packet_unit_action_answer().

◆ cost

int packet_unit_action_answer::cost

Definition at line 748 of file packets_gen.h.

◆ request_kind

int packet_unit_action_answer::request_kind

Definition at line 750 of file packets_gen.h.

Referenced by dsend_packet_unit_action_answer().

◆ target_id

int packet_unit_action_answer::target_id

Definition at line 747 of file packets_gen.h.

Referenced by dsend_packet_unit_action_answer().