The Battle for Wesnoth  1.19.0-dev
Namespaces | Functions
conditional_wml.hpp File Reference

Define conditionals for the game's events mechanism, a.k.a. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 game_events
 Domain specific events.
 
 game_events::builtin_conditions
 

Functions

bool game_events::conditional_passed (const vconfig &cond)
 
bool game_events::builtin_conditions::have_unit (const vconfig &cfg)
 
bool game_events::builtin_conditions::have_location (const vconfig &cfg)
 
bool game_events::builtin_conditions::variable_matches (const vconfig &values)
 

Detailed Description

Define conditionals for the game's events mechanism, a.k.a.

conditional actions WML.

Definition in file conditional_wml.hpp.