feat: add getter and setter for halaa ownership (#79)
This commit is contained in:
@@ -98,6 +98,7 @@ luaL_Reg GlobalMethods[] =
|
||||
{ "GetGUIDType", &LuaGlobalFunctions::GetGUIDType },
|
||||
{ "GetGUIDEntry", &LuaGlobalFunctions::GetGUIDEntry },
|
||||
{ "GetAreaName", &LuaGlobalFunctions::GetAreaName },
|
||||
{ "GetOwnerHalaa", &LuaGlobalFunctions::GetOwnerHalaa },
|
||||
{ "bit_not", &LuaGlobalFunctions::bit_not },
|
||||
{ "bit_xor", &LuaGlobalFunctions::bit_xor },
|
||||
{ "bit_rshift", &LuaGlobalFunctions::bit_rshift },
|
||||
@@ -148,6 +149,7 @@ luaL_Reg GlobalMethods[] =
|
||||
{ "StartGameEvent", &LuaGlobalFunctions::StartGameEvent },
|
||||
{ "StopGameEvent", &LuaGlobalFunctions::StopGameEvent },
|
||||
{ "HttpRequest", &LuaGlobalFunctions::HttpRequest },
|
||||
{ "SetOwnerHalaa", &LuaGlobalFunctions::SetOwnerHalaa },
|
||||
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user