Skip to main content
Removes every drawing object your script made with Drawing.new.
This is the real “remove all my drawings” call. It is not the same function as cleardrawcache - that one only clears an internal cache and leaves your drawings alive.

Returns

void

Example

Draw a row of circles, then wipe them all at once.
Always check parameters and return values when working with this library function.