2025-03-06 00:27:51 +02:00

11 lines
216 B
Markdown

# Timer Quick API reference
```lua
timer:init(node, [seconds_from], [seconds_to], [callback])
timer:on_layout_change()
timer:set_interval(from, to)
timer:set_state([is_on])
timer:set_to(set_to)
timer:update(dt)
```