|
OpenMW
|
#include <fallback.hpp>
Public Member Functions | |
| Fallback (const std::map< std::string, std::string > &fallback) | |
| std::string | getFallbackString (const std::string &fall) const |
| float | getFallbackFloat (const std::string &fall) const |
| bool | getFallbackBool (const std::string &fall) const |
| Ogre::ColourValue | getFallbackColour (const std::string &fall) const |
Private Attributes | |
| const std::map< std::string, std::string > | mFallbackMap |
| MWWorld::Fallback::Fallback | ( | const std::map< std::string, std::string > & | fallback | ) |
| bool MWWorld::Fallback::getFallbackBool | ( | const std::string & | fall | ) | const |
| Ogre::ColourValue MWWorld::Fallback::getFallbackColour | ( | const std::string & | fall | ) | const |
| float MWWorld::Fallback::getFallbackFloat | ( | const std::string & | fall | ) | const |
| std::string MWWorld::Fallback::getFallbackString | ( | const std::string & | fall | ) | const |
const std::map<std::string,std::string> MWWorld::Fallback::mFallbackMap [private] |
1.7.6.1