This commit is contained in:
Robert Jelic
2025-02-16 15:37:12 +01:00
parent e37ea625f0
commit 83fba2b5e1
2 changed files with 14 additions and 8 deletions

View File

@@ -197,12 +197,6 @@ function basalt.run(isActive)
end
end
--- Starts the Basalt runtime
--- @param isActive? boolean Whether to start active (default: true)
--- @usage basalt.autoUpdate()
--- @usage basalt.autoUpdate(false)
basalt.autoUpdate = basalt.run
function basalt.getAPI(name)
return elementManager.getAPI(name)
end