Implement log print functions

This commit is contained in:
Rochet2
2014-12-15 16:15:33 +02:00
parent e683f48fbb
commit 525e108b83
2 changed files with 44 additions and 0 deletions

View File

@@ -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 },