What it does
screen.setViewZoom sets ViewZoom on a screen object. It takes z.
Signature
screen.setViewZoom(z)Arguments
z
Example · generated
function start() { screen.setViewZoom(0);}screen.setViewZoom 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.