Add lua function to dispatch point spacecraft event

This commit is contained in:
Ylva Selling
2022-04-26 18:39:31 -04:00
parent 1e180a6fa7
commit 939dfae319
2 changed files with 17 additions and 1 deletions

View File

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