What it does
camera.stopFollow stops Follow on a camera object. It takes no arguments.
Signature
camera.stopFollow()Arguments
It takes none.
Example · generated
function start() { camera.stopFollow();}camera.stopFollow 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.