mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 15:50:41 +00:00
Lua: Fix multiple issues with events
This commit is contained in:
@@ -26,6 +26,8 @@ struct TLuaResult {
|
||||
std::atomic_bool Error;
|
||||
std::string ErrorMessage;
|
||||
sol::protected_function_result Result;
|
||||
TLuaStateId StateId;
|
||||
std::string Function;
|
||||
// TODO: Add condition_variable
|
||||
void WaitUntilReady();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user