mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
@@ -39,10 +39,10 @@ public:
|
||||
|
||||
bool Reload();
|
||||
|
||||
std::string GetStringDefault(const char* name, const std::string& def);
|
||||
bool GetBoolDefault(const char* name, bool def);
|
||||
int GetIntDefault(const char* name, int def);
|
||||
float GetFloatDefault(const char* name, float def);
|
||||
std::string GetStringDefault(const char* name, const std::string& def, bool logUnused = true);
|
||||
bool GetBoolDefault(const char* name, bool def, bool logUnused = true);
|
||||
int GetIntDefault(const char* name, int def, bool logUnused = true);
|
||||
float GetFloatDefault(const char* name, float def, bool logUnused = true);
|
||||
|
||||
std::list<std::string> GetKeysByString(std::string const& name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user