What it does
scene.multiPick takes x and y.
Signature
scene.multiPick(x, y)Arguments
xy
Example · generated
function start() { scene.multiPick(0, 2);}scene.multiPick 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.