Add lua function to reload a display copy on a specific node

This commit is contained in:
Ylva Selling
2022-09-22 03:07:04 -04:00
parent 8f98320bf6
commit 4214811c6a
4 changed files with 34 additions and 1 deletions

View File

@@ -524,7 +524,8 @@ scripting::LuaLibrary SkyBrowserModule::luaLibrary() const {
codegen::lua::ShowAllTargetsAndBrowsers,
codegen::lua::PointSpaceCraft,
codegen::lua::GetWwtImageCollectionUrl,
codegen::lua::StopAnimations
codegen::lua::StopAnimations,
codegen::lua::ReloadDisplayCopyOnNode
}
};
}