mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
LuaAPI: Implement GetOSName
This commit is contained in:
@@ -8,7 +8,7 @@ void Print(sol::variadic_args);
|
||||
namespace MP {
|
||||
static inline TLuaEngine* Engine { nullptr };
|
||||
|
||||
void GetOSName();
|
||||
std::string GetOSName();
|
||||
std::tuple<int, int, int> GetServerVersion();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user