hasCategory

<categories>:hasCategory(name, [ss])

Verifica se una categoria "name" esiste è già definita nel disegno

Esempio 87. Esempio

if catman:hasCategory("BUBBLES") then
 print("Found")
end