Annotations update

This commit is contained in:
Insality
2023-10-17 21:09:45 +03:00
parent 7fc76ed8c0
commit 86b92f90a7
56 changed files with 540 additions and 574 deletions

View File

@@ -44,7 +44,7 @@ local function second_string_min(sec)
end
--- Component init function
--- The @{Timer} constructor
-- @tparam Timer self @{Timer}
-- @tparam node node Gui text node
-- @tparam number seconds_from Start timer value in seconds
@@ -110,7 +110,7 @@ end
--- Called when update
-- @tparam Timer self @{Timer}
-- @tparam bool is_on Timer enable state
-- @tparam boolean is_on Timer enable state
function Timer.set_state(self, is_on)
self.is_on = is_on