Feat lua file watch (#1584)

* feat lua: file watcher for lua script file: reload scripts if they got changed since they were initially loaded
* feat lua auto reload: enable / disable the feature through the ui and settings
This commit is contained in:
Quentin
2023-07-02 22:32:46 +02:00
committed by GitHub
parent e4ac08496c
commit a4d623ca74
7 changed files with 80 additions and 17 deletions

View File

@ -53,5 +53,7 @@ namespace big
{
g_lua_manager->m_schedule_reload_modules = true;
}
ImGui::Checkbox("Auto Reload Changed Scripts", &g.lua.enable_auto_reload_changed_scripts);
}
}