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