The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
synced_context::event_info Struct Reference

#include <synced_context.hpp>

Public Member Functions

 event_info (const config &cmds, game_events::queued_event evt)
 
 event_info (int lua, game_events::queued_event evt)
 
 event_info (int lua, const config &args, game_events::queued_event evt)
 

Public Attributes

config cmds_
 
std::optional< int > lua_
 
game_events::queued_event evt_
 

Detailed Description

Definition at line 193 of file synced_context.hpp.

Constructor & Destructor Documentation

◆ event_info() [1/3]

synced_context::event_info::event_info ( const config cmds,
game_events::queued_event  evt 
)
inline

Definition at line 197 of file synced_context.hpp.

◆ event_info() [2/3]

synced_context::event_info::event_info ( int  lua,
game_events::queued_event  evt 
)
inline

Definition at line 198 of file synced_context.hpp.

◆ event_info() [3/3]

synced_context::event_info::event_info ( int  lua,
const config args,
game_events::queued_event  evt 
)
inline

Definition at line 199 of file synced_context.hpp.

Member Data Documentation

◆ cmds_

config synced_context::event_info::cmds_

Definition at line 194 of file synced_context.hpp.

◆ evt_

game_events::queued_event synced_context::event_info::evt_

Definition at line 196 of file synced_context.hpp.

◆ lua_

std::optional<int> synced_context::event_info::lua_

Definition at line 195 of file synced_context.hpp.


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