mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-15 14:39:50 +00:00
Add ability to switch into other lua states
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
Commandline& Internal() { return mCommandline; }
|
||||
|
||||
private:
|
||||
void ChangeToLuaConsole();
|
||||
void ChangeToLuaConsole(const std::string& LuaStateId);
|
||||
void ChangeToRegularConsole();
|
||||
|
||||
Commandline mCommandline;
|
||||
@@ -27,5 +27,6 @@ private:
|
||||
TLuaEngine* mLuaEngine { nullptr };
|
||||
bool mIsLuaConsole { false };
|
||||
bool mFirstTime { true };
|
||||
const std::string mStateId = "BEAMMP_SERVER_CONSOLE";
|
||||
std::string mStateId;
|
||||
const std::string mDefaultStateId = "BEAMMP_SERVER_CONSOLE";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user