Create lua function to show or hide all targets and browsers

This commit is contained in:
Ylva Selling
2022-04-26 17:37:05 -04:00
parent e6cf6d3925
commit 24b6383afb
3 changed files with 17 additions and 2 deletions

View File

@@ -434,7 +434,8 @@ scripting::LuaLibrary SkyBrowserModule::luaLibrary() const {
codegen::lua::StartFinetuningTarget,
codegen::lua::FinetuneTargetPosition,
codegen::lua::ScrollOverBrowser,
codegen::lua::LoadingImageCollectionComplete
codegen::lua::LoadingImageCollectionComplete,
codegen::lua::ShowAllTargetsAndBrowsers
}
};
}