- This wiki is out of date, use the continuation of this wiki instead
Drawing map
From FenixWiki
(Difference between revisions)
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...)
Next diff →
Revision as of 23:50, 19 November 2007
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.
Parameters
INT fileID | - The fileID of the file that holds the graphic. |
INT graphID | - The graphID of the graphic to draw on. |
Returns
INT : true