|
Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
| char | message [MAX_LEN_MSG] |
| int | tile |
| enum event_type | event |
| int | turn |
| int | phase |
| int | conn_id |
Definition at line 293 of file packets_gen.h.
| 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().
| enum event_type packet_chat_msg::event |
Definition at line 296 of file packets_gen.h.
Referenced by event_cache_data_new(), event_cache_load(), handle_chat_msg(), notify_conn_packet(), and package_event_full().
| char packet_chat_msg::message[MAX_LEN_MSG] |
Definition at line 294 of file packets_gen.h.
Referenced by chat_msg_to_all(), event_cache_load(), handle_chat_msg(), package_event_full(), and set_command().
| 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().
| int packet_chat_msg::tile |
Definition at line 295 of file packets_gen.h.
Referenced by event_cache_load(), handle_chat_msg(), notify_conn_packet(), and package_event_full().
| int packet_chat_msg::turn |
Definition at line 297 of file packets_gen.h.
Referenced by event_cache_load(), event_cache_remove_old(), handle_chat_msg(), and package_event_full().