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