Draw_clear - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Notation
Description
Clears the game drawing area with the given color.
Parameters
- col: color to clear the screen with
Return Values
none: This function has no return values.
Example Call
// demonstrates clearing the screen blue
draw_clear(c_blue);
NOTOC