ldoc return fixes

This commit is contained in:
2026-02-26 17:41:06 +01:00
parent e56662f6ad
commit 337f1fc132
21 changed files with 279 additions and 262 deletions

View File

@@ -72,7 +72,7 @@ end
--- Sets the active window.
--- @within GameWindow
--- @param new_state string The ID of the new active window.
--- @param new_state string The ID of the new active window.</br>
function GameWindow.set_state(new_state)
Window.set_current(new_state)
end