Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_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 293 of file packets_gen.h.

Field Documentation

◆ conn_id

int packet_chat_msg::conn_id

Definition at line 299 of file packets_gen.h.

Referenced by event_cache_load(), handle_chat_msg(), and package_event_full().

◆ event

enum event_type packet_chat_msg::event

◆ message

char packet_chat_msg::message[MAX_LEN_MSG]

◆ phase

int packet_chat_msg::phase

Definition at line 298 of file packets_gen.h.

Referenced by event_cache_load(), handle_chat_msg(), and package_event_full().

◆ tile

int packet_chat_msg::tile

◆ turn

int packet_chat_msg::turn