feat: add HttpRequest method

This commit is contained in:
Axel Cocat
2021-08-06 16:55:05 +02:00
parent 8b77940be7
commit 84f201b6b0
9 changed files with 8448 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ luaL_Reg GlobalMethods[] =
{ "CreateUint64", &LuaGlobalFunctions::CreateULongLong },
{ "StartGameEvent", &LuaGlobalFunctions::StartGameEvent },
{ "StopGameEvent", &LuaGlobalFunctions::StopGameEvent },
{ "HttpRequest", &LuaGlobalFunctions::HttpRequest },
{ NULL, NULL }
};