Lua: Implement more core functions

This commit is contained in:
Lion Kortlepel
2021-09-17 12:56:08 +02:00
parent 9a37ed4341
commit c2b73d93b5
3 changed files with 56 additions and 32 deletions

View File

@@ -100,6 +100,7 @@ private:
sol::table Lua_GetPlayerIdentifiers(int ID);
sol::table Lua_GetPlayers();
std::string Lua_GetPlayerName(int ID);
sol::table Lua_GetPlayerVehicles(int ID);
std::string mName;
std::atomic_bool& mShutdown;