#include <variable.hpp>

Public Member Functions | |
| scoped_recall_unit (const std::string &var_name, const std::string &player, unsigned int recall_index) | |
| void | activate () |
Public Member Functions inherited from scoped_wml_variable | |
| scoped_wml_variable (const std::string &var_name) | |
| virtual | ~scoped_wml_variable () |
| const std::string & | name () const |
| config & | store (const config &var_value=config()) |
| bool | activated () const |
Private Attributes | |
| const std::string | player_ |
| unsigned int | recall_index_ |
Definition at line 205 of file variable.hpp.
|
inline |
Definition at line 208 of file variable.hpp.
|
virtual |
Implements scoped_wml_variable.
Definition at line 483 of file variable.cpp.
References ERR_NG, LOG_NG, scoped_wml_variable::name(), player_, recall_index_, scoped_wml_variable::store(), resources::teams, and teams.
|
private |
Definition at line 213 of file variable.hpp.
Referenced by activate().
|
private |
Definition at line 214 of file variable.hpp.
Referenced by activate().
1.8.8