The Battle for Wesnoth  1.19.0-dev
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 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
 

Detailed Description

Definition at line 47 of file pump.hpp.

Constructor & Destructor Documentation

◆ queued_event()

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

Definition at line 49 of file pump.hpp.

Member Data Documentation

◆ data

config game_events::queued_event::data

◆ id

std::string game_events::queued_event::id

◆ loc1

entity_location game_events::queued_event::loc1

◆ loc2

entity_location game_events::queued_event::loc2

◆ name

std::string game_events::queued_event::name

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