![]() |
TrinityCore
|
Functions | |
| TC_COMMON_API std::string | GetCMakeCommand () |
| TC_COMMON_API std::string | GetBuildDirectory () |
| TC_COMMON_API std::string | GetSourceDirectory () |
| TC_COMMON_API std::string | GetMySQLExecutable () |
Provides helper functions to access built-in values which can be overwritten in config
| std::string BuiltInConfig::GetBuildDirectory | ( | ) |
Returns the build directory path when any is specified in the config, returns the built-in one otherwise
Here is the call graph for this function:| std::string BuiltInConfig::GetCMakeCommand | ( | ) |
Returns the CMake command when any is specified in the config, returns the built-in path otherwise
Here is the call graph for this function:| std::string BuiltInConfig::GetMySQLExecutable | ( | ) |
Returns the path to the mysql executable (mysql) when any is specified in the config, returns the built-in one otherwise
Here is the call graph for this function:
Here is the caller graph for this function:| std::string BuiltInConfig::GetSourceDirectory | ( | ) |
Returns the source directory path when any is specified in the config, returns the built-in one otherwise
Here is the call graph for this function:
Here is the caller graph for this function:
1.8.8