#include <pump.hpp>
Public Member Functions | |
queued_event (const std::string &name, const std::string &id, const entity_location &loc1, const entity_location &loc2, const config &data) | |
Public Attributes | |
std::string | name |
std::string | id |
entity_location | loc1 |
entity_location | loc2 |
config | data |
|
inline |
config game_events::queued_event::data |
Definition at line 67 of file pump.hpp.
Referenced by wfl::event_callable::get_value(), game_events::filter_attack::operator()(), and game_events::wml_event_pump::process_event().
std::string game_events::queued_event::id |
Definition at line 64 of file pump.hpp.
Referenced by wfl::event_callable::get_value(), game_events::wml_event_pump::operator()(), and game_events::wml_event_pump::process_event().
entity_location game_events::queued_event::loc1 |
entity_location game_events::queued_event::loc2 |
std::string game_events::queued_event::name |
Definition at line 63 of file pump.hpp.
Referenced by wfl::event_callable::get_value(), game_events::wml_event_pump::operator()(), game_events::wml_event_pump::process_event(), and game_lua_kernel::run_event().