The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
game_events::context::state Struct Reference

State when processing a particular flight of events or commands. More...

Public Member Functions

 state (bool s, bool m=true)
 

Public Attributes

bool undo_disabled
 
bool action_canceled
 
bool skip_messages
 

Detailed Description

State when processing a particular flight of events or commands.

Definition at line 58 of file pump.cpp.

Constructor & Destructor Documentation

◆ state()

game_events::context::state::state ( bool  s,
bool  m = true 
)
inlineexplicit

Definition at line 64 of file pump.cpp.

Member Data Documentation

◆ action_canceled

bool game_events::context::state::action_canceled

Definition at line 61 of file pump.cpp.

◆ skip_messages

bool game_events::context::state::skip_messages

Definition at line 62 of file pump.cpp.

◆ undo_disabled

bool game_events::context::state::undo_disabled

Definition at line 60 of file pump.cpp.


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