#include <pump.hpp>
Public Member Functions | |
queued_event (const std::string &name, const entity_location &loc1, const entity_location &loc2, const config &data) | |
Public Attributes | |
std::string | name |
entity_location | loc1 |
entity_location | loc2 |
config | data |
|
inline |
Definition at line 47 of file pump.hpp.
References utils::replace().
config game_events::queued_event::data |
Definition at line 57 of file pump.hpp.
Referenced by game_events::t_pump::filter_event(), game_lua_kernel::impl_current_get(), and game_events::t_pump::process_event().
entity_location game_events::queued_event::loc1 |
Definition at line 55 of file pump.hpp.
Referenced by game_events::t_pump::filter_event(), game_lua_kernel::impl_current_get(), game_lua_kernel::intf_heal_unit(), game_lua_kernel::intf_kill(), game_events::t_pump::operator()(), game_events::t_pump::process_event(), and actions::undo_event::undo_event().
entity_location game_events::queued_event::loc2 |
Definition at line 56 of file pump.hpp.
Referenced by game_events::t_pump::filter_event(), game_lua_kernel::impl_current_get(), game_events::t_pump::operator()(), game_events::t_pump::process_event(), and actions::undo_event::undo_event().
std::string game_events::queued_event::name |
Definition at line 54 of file pump.hpp.
Referenced by game_lua_kernel::impl_current_get(), game_lua_kernel::intf_kill(), game_events::t_pump::operator()(), game_events::t_pump::process_event(), and game_lua_kernel::run_event().