hasCategory

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

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

Esempio

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