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