What it does
dialogue.close takes no arguments.
Signature
dialogue.close()Arguments
It takes none.
Example · generated
function start() { dialogue.close();}dialogue.close 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.