470 B
470 B
Basalt
autoUpdate
This starts the event and draw handler for you. The listeners will run until you stop them.
Parameters
booleanoptional - if you use false as the first parameter it would stop the listeners. Using false is a synonym forbasalt.stopUpdate().
Usage
- Enables the basalt listeners, otherwise the screen will not continue to update
local main = basalt.createFrame()
basalt.autoUpdate()