#include <globals.hpp>
|
| Collection::const_iterator | find (const std::string &name) const |
| |
| Collection::iterator | find (const std::string &name) |
| |
| int MWWorld::Globals::countSavedGameRecords |
( |
| ) |
const |
Replace variables with variables from store with default values.
| Globals::Collection::const_iterator MWWorld::Globals::find |
( |
const std::string & |
name | ) |
const |
|
private |
| Globals::Collection::iterator MWWorld::Globals::find |
( |
const std::string & |
name | ) |
|
|
private |
| char MWWorld::Globals::getType |
( |
const std::string & |
name | ) |
const |
If there is no global variable with this name, ' ' is returned.
| const ESM::Variant & MWWorld::Globals::operator[] |
( |
const std::string & |
name | ) |
const |
| ESM::Variant & MWWorld::Globals::operator[] |
( |
const std::string & |
name | ) |
|
Records for variables that do not exist are dropped silently.
- Returns
- Known type?
The documentation for this class was generated from the following files:
- /home/travis/build/elsid/openmw/apps/openmw/mwworld/globals.hpp
- /home/travis/build/elsid/openmw/apps/openmw/mwworld/globals.cpp