Add new Lua function to save base64-encoded files to disk

This commit is contained in:
Alexander Bock
2025-06-11 15:39:27 +02:00
parent 4bc2fdb83c
commit eb8f621390
3 changed files with 20 additions and 1 deletions

View File

@@ -1727,6 +1727,7 @@ scripting::LuaLibrary OpenSpaceEngine::luaLibrary() {
codegen::lua::RemoveTag,
codegen::lua::DownloadFile,
codegen::lua::CreateSingleColorImage,
codegen::lua::SaveBase64File,
codegen::lua::IsMaster,
codegen::lua::Version,
codegen::lua::ReadCSVFile,