Expose time diff functions

This commit is contained in:
Rochet2
2014-12-11 11:31:16 +02:00
parent a068a33bed
commit e683f48fbb
2 changed files with 27 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ ElunaGlobal::ElunaRegister GlobalMethods[] =
{ "bit_and", &LuaGlobalFunctions::bit_and },
{ "GetItemLink", &LuaGlobalFunctions::GetItemLink },
{ "GetMapById", &LuaGlobalFunctions::GetMapById },
{ "GetCurrTime", &LuaGlobalFunctions::GetCurrTime },
{ "GetTimeDiff", &LuaGlobalFunctions::GetTimeDiff },
// Boolean
{ "IsInventoryPos", &LuaGlobalFunctions::IsInventoryPos },