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