Skip to content

Draw_clear

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

This is number 1

Clone this wiki locally