What it does
draw.setPrintSpacing sets PrintSpacing on a draw object. It takes n.
Signature
draw.setPrintSpacing(n)Arguments
n
Example · generated
function start() { draw.setPrintSpacing(1);}draw.setPrintSpacing 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.