Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

GraphStatus(Status)

Returns whether the graphics functions are enabled or disabled.

Parameters

Status - Variable to hold graphic functions status
  0 = Graphic functions are disabled
  1 = Graphic functions are enabled

Examples

BASIC

CALL GraphStatus(Status%)

PASCAL

GraphStatus(Status);