mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-12 14:40:00 -06:00
added lua function for saving change to profile; added empty base for profile; updated frontend hash;
This commit is contained in:
@@ -464,6 +464,13 @@ void ScriptEngine::addBaseLibrary() {
|
||||
"true, then the compressed file will be deleted after the decompression "
|
||||
"is finished."
|
||||
},
|
||||
{
|
||||
"saveLastChangeToProfile",
|
||||
&luascriptfunctions::saveLastChangeToProfile,
|
||||
{},
|
||||
"",
|
||||
"This function saves the last script log action into the profile "
|
||||
},
|
||||
}
|
||||
};
|
||||
addLibrary(lib);
|
||||
|
||||
Reference in New Issue
Block a user