What it does
decal.clearCategory clears Category on a decal object. It takes cat.
Signature
decal.clearCategory(cat)Arguments
cat
Example · generated
function start() { decal.clearCategory(1);}decal.clearCategory 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.