This wiki is out of date, use the continuation of this wiki instead

Clear screen

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:34, 25 February 2008 (edit)
Sandman (Talk | contribs)
(It's wrong I tell you.)
← Previous diff
Revision as of 20:09, 25 February 2008 (edit) (undo)
85.144.194.29 (Talk)
(Note about clear_screen() vs map_clear().)
Next diff →
Line 5: Line 5:
'''INT''' clear_screen ( ) '''INT''' clear_screen ( )
-Clears the background of the screen.+Clears the [[background]] of the screen.
== Returns == == Returns ==
'''INT''' : [[true]] '''INT''' : [[true]]
 +
 +== Notes ==
 +'''clear_screen'''() is recommended over using [[map_clear]]() to clear the screen background as it is a little bit faster.
== Errors == == Errors ==

Revision as of 20:09, 25 February 2008


Contents

Definition

INT clear_screen ( )

Clears the background of the screen.

Returns

INT : true

Notes

clear_screen() is recommended over using map_clear() to clear the screen background as it is a little bit faster.

Errors

Unsupported color depth - The specified graph has a not supported color depth.


Screen Functions
Clear_screen() • Get_screen() • Put() • Put_screen() • Xput() •
Personal tools