Lua: Add GetPlayerName

This commit is contained in:
Lion Kortlepel
2021-09-17 12:45:34 +02:00
parent e64114e4fa
commit 9a37ed4341
2 changed files with 13 additions and 1 deletions

View File

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