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

#include <packets_gen.h>

Data Fields

int actor_unit_id
 
int target_unit_id
 
int target_city_id
 
int target_tile_id
 
int target_extra_id
 
int request_kind
 
struct act_prob action_probabilities [MAX_NUM_ACTIONS]
 

Detailed Description

Definition at line 761 of file packets_gen.h.

Field Documentation

◆ action_probabilities

struct act_prob packet_unit_actions::action_probabilities[MAX_NUM_ACTIONS]

Definition at line 768 of file packets_gen.h.

Referenced by dsend_packet_unit_actions(), and handle_unit_actions().

◆ actor_unit_id

int packet_unit_actions::actor_unit_id

Definition at line 762 of file packets_gen.h.

Referenced by dsend_packet_unit_actions(), and handle_unit_actions().

◆ request_kind

int packet_unit_actions::request_kind

Definition at line 767 of file packets_gen.h.

Referenced by dsend_packet_unit_actions(), and handle_unit_actions().

◆ target_city_id

int packet_unit_actions::target_city_id

Definition at line 764 of file packets_gen.h.

Referenced by dsend_packet_unit_actions(), and handle_unit_actions().

◆ target_extra_id

int packet_unit_actions::target_extra_id

Definition at line 766 of file packets_gen.h.

Referenced by handle_unit_actions().

◆ target_tile_id

int packet_unit_actions::target_tile_id

Definition at line 765 of file packets_gen.h.

Referenced by dsend_packet_unit_actions(), and handle_unit_actions().

◆ target_unit_id

int packet_unit_actions::target_unit_id

Definition at line 763 of file packets_gen.h.

Referenced by dsend_packet_unit_actions(), and handle_unit_actions().