Go to the source code of this file.
Functions | |
void | verify_and_set_global_variable (const vconfig &pcfg) |
void | verify_and_get_global_variable (const vconfig &pcfg) |
void | verify_and_clear_global_variable (const vconfig &pcfg) |
void verify_and_clear_global_variable | ( | const vconfig & | pcfg | ) |
Definition at line 199 of file persist_var.cpp.
References clear_global_variable(), resources::controller, config_attribute_value::empty(), ERR_PERSIST, resources::gameboard, persist_manager::get_context(), game_board::get_team(), vconfig::has_attribute(), team::is_local(), LOG_PERSIST, resources::persist, config_attribute_value::str(), config_attribute_value::to_int(), and persist_context::valid().
Referenced by game_events::WML_HANDLER_FUNCTION().
void verify_and_get_global_variable | ( | const vconfig & | pcfg | ) |
Definition at line 120 of file persist_var.cpp.
References resources::controller, DBG_PERSIST, config_attribute_value::empty(), ERR_PERSIST, resources::gameboard, persist_manager::get_context(), get_global_variable(), vconfig::has_attribute(), LOG_PERSIST, resources::persist, config_attribute_value::str(), config_attribute_value::to_int(), and persist_context::valid().
Referenced by game_events::WML_HANDLER_FUNCTION().
void verify_and_set_global_variable | ( | const vconfig & | pcfg | ) |
Definition at line 156 of file persist_var.cpp.
References resources::controller, config_attribute_value::empty(), ERR_PERSIST, resources::gameboard, persist_manager::get_context(), game_board::get_team(), vconfig::has_attribute(), team::is_local(), LOG_PERSIST, resources::persist, set_global_variable(), config_attribute_value::str(), config_attribute_value::to_int(), and persist_context::valid().
Referenced by game_events::WML_HANDLER_FUNCTION().