mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Add opening of a custom window
This commit is contained in:
@@ -94,6 +94,7 @@ namespace OpenRCT2::Scripting
|
||||
|
||||
duk_context * GetContext() { return _context; }
|
||||
HookEngine& GetHookEngine() { return _hookEngine; }
|
||||
ScriptExecutionInfo& GetExecInfo() { return _execInfo; }
|
||||
|
||||
void Update();
|
||||
std::future<void> Eval(const std::string &s);
|
||||
|
||||
Reference in New Issue
Block a user