![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Public Attributes | |
| struct packet_chat_msg | packet |
| time_t | timestamp |
| enum server_states | server_state |
| enum event_cache_target | target_type |
| bv_player | target |
Definition at line 468 of file notify.cpp.
| struct packet_chat_msg event_cache_data::packet |
Definition at line 966 of file notify.cpp.
Referenced by event_cache_add_for_all(), event_cache_add_for_global_observers(), event_cache_add_for_player(), event_cache_add_for_players(), event_cache_data_new(), event_cache_match(), and event_cache_remove_old().
| 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().
| 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().
| 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().
| time_t event_cache_data::timestamp |
Definition at line 470 of file notify.cpp.
Referenced by event_cache_data_new().