return table details in docs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Zsolt Tasnadi
2026-02-26 11:25:20 +01:00
parent 8f34cbf875
commit 226d75d905
19 changed files with 379 additions and 233 deletions

View File

@@ -64,7 +64,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.
function GameWindow.set_state(new_state)
Window.set_current(new_state)
end