What it does
console.title takes text.
Signature
console.title(text)Arguments
text
Example · generated
function start() { console.title('Hello');}console.title 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.