Merge pull request #2 from r-o-b-o-t-o/feat/http-requests

feat: add HttpRequest method
This commit is contained in:
55Honey
2021-10-20 21:11:21 +02:00
committed by GitHub
9 changed files with 8487 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 }
};