Define actions for the game's events mechanism. More...
Go to the source code of this file.
Classes | |
class | game_events::wml_action |
Namespaces | |
game_events | |
Domain specific events. | |
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.