added lua function for saving change to profile; added empty base for profile; updated frontend hash;

This commit is contained in:
Micah Acinapura
2019-09-05 14:57:01 -04:00
parent 56a6ed62aa
commit a4e0ad8b08
4 changed files with 100 additions and 1 deletions

View File

@@ -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);