Freeciv21
Develop your civilization from humble roots to a global empire
event_cache_data Struct Reference

Public Attributes

struct packet_chat_msg packet
 
time_t timestamp
 
enum server_states server_state
 
enum event_cache_target target_type
 
bv_player target
 

Detailed Description

Definition at line 468 of file notify.cpp.

Member Data Documentation

◆ packet

◆ server_state

enum server_states event_cache_data::server_state

Definition at line 470 of file notify.cpp.

Referenced by event_cache_data_new(), and event_cache_match().

◆ target

bv_player event_cache_data::target

Definition at line 473 of file notify.cpp.

Referenced by event_cache_add_for_player(), event_cache_data_new(), and event_cache_match().

◆ target_type

enum event_cache_target event_cache_data::target_type

Definition at line 470 of file notify.cpp.

Referenced by event_cache_data_new(), and event_cache_match().

◆ timestamp

time_t event_cache_data::timestamp

Definition at line 470 of file notify.cpp.

Referenced by event_cache_data_new().