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

Put screen

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:05, 25 August 2008 (edit)
Zigo (Talk | contribs)
(New page: Category:functions Category:screen ==Definition== '''INT''' put_screen ( <'''INT''' fileID> , <'''INT''' graphID> ) Draws (blits) a graph onto the background. For more a...)
← Previous diff
Revision as of 23:36, 25 August 2008 (edit) (undo)
Sandman (Talk | contribs)
m (Definition)
Next diff →
Line 5: Line 5:
'''INT''' put_screen ( <'''INT''' fileID> , <'''INT''' graphID> ) '''INT''' put_screen ( <'''INT''' fileID> , <'''INT''' graphID> )
-Draws ([[blit]]s) a [[graph]] onto the background.+Draws ([[blit]]s) a [[graph]] onto the background in the top left corner.
For more advanced blitting, see: For more advanced blitting, see:

Revision as of 23:36, 25 August 2008


Contents

Definition

INT put_screen ( <INT fileID> , <INT graphID> )

Draws (blits) a graph onto the background in the top left corner.

For more advanced blitting, see:

Parameters

INT fileID - The file that holds the graph.
INT graphID - The graph to draw with.

Returns

INT : true

Notes

Errors

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