What it does
globals.print takes text.
The API says: line of output
Signature
print(text)Arguments
text
Example · generated
function start() { print('Hello');}globals.print 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.