The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
game_events::queued_event Struct Reference

#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
 

Detailed Description

Definition at line 46 of file pump.hpp.

Constructor & Destructor Documentation

game_events::queued_event::queued_event ( const std::string name,
const entity_location loc1,
const entity_location loc2,
const config data 
)
inline

Definition at line 47 of file pump.hpp.

References utils::replace().

Member Data Documentation

config game_events::queued_event::data
entity_location game_events::queued_event::loc1
entity_location game_events::queued_event::loc2
std::string game_events::queued_event::name

The documentation for this struct was generated from the following file: