mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Implement log print functions
This commit is contained in:
@@ -87,6 +87,9 @@ ElunaGlobal::ElunaRegister GlobalMethods[] =
|
||||
{ "GetMapById", &LuaGlobalFunctions::GetMapById },
|
||||
{ "GetCurrTime", &LuaGlobalFunctions::GetCurrTime },
|
||||
{ "GetTimeDiff", &LuaGlobalFunctions::GetTimeDiff },
|
||||
{ "PrintInfo", &LuaGlobalFunctions::PrintInfo },
|
||||
{ "PrintError", &LuaGlobalFunctions::PrintError },
|
||||
{ "PrintDebug", &LuaGlobalFunctions::PrintDebug },
|
||||
|
||||
// Boolean
|
||||
{ "IsInventoryPos", &LuaGlobalFunctions::IsInventoryPos },
|
||||
|
||||
Reference in New Issue
Block a user