Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
packet_early_chat_msg Struct Reference

#include <packets_gen.h>

Data Fields

char message [MAX_LEN_MSG]
 
int tile
 
enum event_type event
 
int turn
 
int phase
 
int conn_id
 

Detailed Description

Definition at line 298 of file packets_gen.h.

Field Documentation

◆ conn_id

int packet_early_chat_msg::conn_id

Definition at line 304 of file packets_gen.h.

Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().

◆ event

enum event_type packet_early_chat_msg::event

Definition at line 301 of file packets_gen.h.

Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().

◆ message

char packet_early_chat_msg::message[MAX_LEN_MSG]

Definition at line 299 of file packets_gen.h.

Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().

◆ phase

int packet_early_chat_msg::phase

Definition at line 303 of file packets_gen.h.

Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().

◆ tile

int packet_early_chat_msg::tile

Definition at line 300 of file packets_gen.h.

Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().

◆ turn

int packet_early_chat_msg::turn

Definition at line 302 of file packets_gen.h.

Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().