mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-10 01:36:17 +00:00
Further Changes to rewrite Lua
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
[[nodiscard]] const TNetwork& Network() const { return mNetwork; }
|
||||
|
||||
void UnregisterScript(std::shared_ptr<TLuaFile> Script);
|
||||
std::shared_ptr<TLuaFile> GetLuaFileOfScript(lua_State* L);
|
||||
std::shared_ptr<TLuaFile> GetLuaFileOfState(lua_State* L);
|
||||
std::shared_ptr<TLuaFile> InsertNewLuaFile(const fs::path& FileName, const std::string& PluginName);
|
||||
void SendError(lua_State* L, const std::string& msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user