Add functionality to send credits and target data to GUI

This commit is contained in:
Ylva Selling
2021-04-19 14:30:49 +02:00
parent a9b73fa352
commit 05a8580edc
4 changed files with 74 additions and 15 deletions

View File

@@ -104,6 +104,14 @@ namespace openspace {
"Add one or multiple exoplanet systems to the scene, as specified by the "
"input. An input string should be the name of the system host star"
},
{
"getTargetData",
&skybrowser::luascriptfunctions::getTargetData,
{},
"string or list of strings",
"Add one or multiple exoplanet systems to the scene, as specified by the "
"input. An input string should be the name of the system host star"
},
};
return res;