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