The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces
action_wml.hpp File Reference

Define actions for the game's events mechanism. More...

#include "terrain/type_data.hpp"
#include <map>
#include <string>
Include dependency graph for action_wml.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  game_events::wml_action
 

Namespaces

 game_events
 Domain specific events.
 

Detailed Description

Define actions for the game's events mechanism.

Events might be units moving or fighting, or when victory or defeat occurs. A scenario's configuration file will define actions to take when certain events occur. This module is responsible for implementing some of those actions (i.e. Action WML). The actions not implemented in this module are implemented in Lua.

Definition in file action_wml.hpp.