- This wiki is out of date, use the continuation of this wiki instead
 
Clear screen
From FenixWiki
(Difference between revisions)
												
			
			| Revision as of 16:48, 25 February 2008 (edit) 85.144.194.29 (Talk) (New article.) ← Previous diff  | 
				Revision as of 16:50, 25 February 2008 (edit) (undo) 85.144.194.29 (Talk) (Brackets added.) Next diff →  | 
			||
| Line 11: | Line 11: | ||
| == Notes == | == Notes == | ||
| - | Using this function to clear the background is faster than using [[map_clear]] for it, because a quicker version of the routine that begins to write frames will be used because Fenix will know there isn't any background left. | + | Using this function to clear the background is faster than using [[map_clear]]() for it, because a quicker version of the routine that begins to write frames will be used because Fenix will know there isn't any background left. | 
| == Errors == | == Errors == | ||
Revision as of 16:50, 25 February 2008
Contents | 
Definition
INT clear_screen ( )
Clears the background of the screen.
Returns
<If someone knows, please edit!>
Notes
Using this function to clear the background is faster than using map_clear() for it, because a quicker version of the routine that begins to write frames will be used because Fenix will know there isn't any background left.
Errors
<If someone knows, please edit!>
Example
<None yet, please write one!>
| Screen Functions | |
| • Clear_screen() • Get_screen() • Put() • Put_screen() • Xput() • | |
