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