#include <ConfigBindings.h>
◆ createBindingTable()
sol::table ConfigBindings::createBindingTable |
( |
sol::state_view & |
solState | ) |
const |
|
overridevirtual |
◆ getConfigValue1()
std::optional< std::string > ConfigBindings::getConfigValue1 |
( |
std::string_view |
sectionName, |
|
|
std::string_view |
configName |
|
) |
| |
|
staticprivate |
◆ getConfigValue2()
std::optional< std::string > ConfigBindings::getConfigValue2 |
( |
std::string_view |
configName | ) |
|
|
staticprivate |
◆ setConfigValue1()
bool ConfigBindings::setConfigValue1 |
( |
std::string_view |
sectionName, |
|
|
std::string_view |
configName, |
|
|
std::string_view |
value |
|
) |
| |
|
staticprivate |
◆ setConfigValue2()
bool ConfigBindings::setConfigValue2 |
( |
std::string_view |
configName, |
|
|
std::string_view |
value |
|
) |
| |
|
staticprivate |
The documentation for this class was generated from the following files: