destroyAll(tag: Tag): void
Remove all game objs with certain tag.// destroy all objects with tag "bomb" when you click one onClick("bomb", () => { destroyAll("bomb") })
// destroy all objects with tag "bomb" when you click one onClick("bomb", () => { destroyAll("bomb") })
Assets
Components
Component Types
Input
Events
Info
Math
Misc
Draw
Level
Plugins
Button Bindings