- This wiki is out of date, use the continuation of this wiki instead
Drawing map
From FenixWiki
(Difference between revisions)
| Revision as of 23:50, 19 November 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:drawing ==Definition== '''INT''' drawing_map ( <'''INT''' fileID> , <'''INT''' graphID> ) Tells Fenix to draw the coming drawings on a certai...) ← Previous diff |
Current revision (23:55, 19 November 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
| Line 18: | Line 18: | ||
| == Returns == | == Returns == | ||
| '''INT''' : [[true]] | '''INT''' : [[true]] | ||
| + | |||
| + | {{Funcbox | ||
| + | | category=Drawing | ||
| + | }} | ||
Current revision
[edit] Definition
INT drawing_map ( <INT fileID> , <INT graphID> )
Tells Fenix to draw the coming drawings on a certain graphic.
In order to draw with a certain z value again, drawing_z() can be used.
[edit] Parameters
| INT fileID | - The fileID of the file that holds the graphic. |
| INT graphID | - The graphID of the graphic to draw on. |
[edit] Returns
INT : true
| Drawing Functions | |
| • Delete_draw() • Draw_box() • Draw_circle() • Draw_curve() • Draw_fcircle() • Draw_line() • Draw_rect() • Drawing_alpha() • Drawing_color() • Drawing_map() • Drawing_stipple() • Drawing_z() • Move_draw() • | |
