feat(GlobalMethods): Add GetConfigValue method (#299)

Co-authored-by: iThorgrim <125808072+iThorgrim@users.noreply.github.com>
This commit is contained in:
Aldori
2025-09-02 15:44:31 -04:00
committed by GitHub
parent 059c20f3ac
commit 1c63eacec9
2 changed files with 44 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ luaL_Reg GlobalMethods[] =
// Getters
{ "GetLuaEngine", &LuaGlobalFunctions::GetLuaEngine },
{ "GetCoreName", &LuaGlobalFunctions::GetCoreName },
{ "GetConfigValue", &LuaGlobalFunctions::GetConfigValue },
{ "GetRealmID", &LuaGlobalFunctions::GetRealmID },
{ "GetCoreVersion", &LuaGlobalFunctions::GetCoreVersion },
{ "GetCoreExpansion", &LuaGlobalFunctions::GetCoreExpansion },