From b9b137dc5d7b955c6c0dbc507b64247fe465b9c0 Mon Sep 17 00:00:00 2001 From: Alberth Date: Thu, 7 Sep 2023 22:06:53 +0200 Subject: [PATCH] Fix parameter lua doc line --- CorsixTH/Lua/level_editor/data_storage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CorsixTH/Lua/level_editor/data_storage.lua b/CorsixTH/Lua/level_editor/data_storage.lua index 6f909472cc..08b32155bf 100644 --- a/CorsixTH/Lua/level_editor/data_storage.lua +++ b/CorsixTH/Lua/level_editor/data_storage.lua @@ -480,7 +480,7 @@ function LevelEditPage:LevelEditPage(tab_name_path, sections) end --! Set visibility of the widgets to the value of the parameter. ---!param (bool) Whether the widgets and/or text boxes should be visible. +--!param is_visible (bool) Whether the widgets and/or text boxes should be visible. function LevelEditPage:setVisible(is_visible) for _, widget in ipairs(self._widgets) do widget:setVisible(is_visible)