What it does
ui.clear acts on ui: it clears. It takes no arguments.
Signature
ui.clear()Arguments
It takes none.
Example · generated
function start() { ui.clear();}ui.clear is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.