What it does
ui.hide acts on ui: it hides. It takes no arguments.
Signature
ui.hide()Arguments
It takes none.
Example · generated
function start() { ui.hide();}ui.hide 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.