- This wiki is out of date, use the continuation of this wiki instead
Search results
From FenixWiki
You searched for Draw
There is no page titled "Draw". You can create this page.
For more information about searching FenixWiki, see Help.
Showing below up to 20 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).
Article title matches
- Move draw (594 bytes)
2: [[Category:drawing]]
5: '''INT''' move_draw ( <'''INT''' DrawID> , <'''INT''' x> , <'''INT''' y> )
7: ...z value can be moved like this, as other ones are drawn on a [[graphic]] and thus cannot be moved.
11: | '''INT''' DrawID || - [[DrawID]] of the [[drawing]] to be moved.
13: | '''INT''' x || - The new x coordinate of the drawing. - Draw line (710 bytes)
2: [[Category:drawing]]
5: '''INT''' draw_line( <'''INT''' x0> , <'''INT''' y0> , <'''INT''...
7: Draws a line from point ''(x0,y0)'' to point ''(x1,y1)...
21: '''INT''' : [[DrawID]]
25: | 1 || - If drawn after [[drawing_map]](). - Draw box (825 bytes)
2: [[Category:drawing]]
5: '''INT''' draw_box ( <'''INT''' x0> , <'''INT''' y0> , <'''INT''...
7: Draws a filled rectangle with corners ''(x0,y0)'', ''(...
21: '''INT''' : [[DrawID]]
25: | 1 || - If drawn after [[drawing_map]](). - Draw rect (846 bytes)
2: [[Category:drawing]]
5: '''INT''' draw_rect ( <'''INT''' x0> , <'''INT''' y0> , <'''INT'...
7: Draws a non-filled rectangle with corners ''(x0,y0)'',...
21: '''INT''' : [[DrawID]]
25: | 1 || - If drawn after [[drawing_map]](). - Draw circle (658 bytes)
2: [[Category:drawing]]
5: '''INT''' draw_circle ( <'''INT''' x> , <'''INT''' y> , <'''INT'...
7: Draws a non-filled circle with center ''(x0,y0)'' and ...
19: '''INT''' : [[DrawID]]
23: | 1 || - If drawn after [[drawing_map]](). - Draw fcircle (643 bytes)
2: [[Category:drawing]]
5: '''INT''' draw_fcircle ( <'''INT''' x> , <'''INT''' y> , <'''INT...
7: Draws a filled circle with center ''(x0,y0)'' and radi...
19: '''INT''' : [[DrawID]]
23: | 1 || - If drawn after [[drawing_map]](). - Draw curve (1,281 bytes)
2: [[Category:drawing]]
5: '''INT''' draw_curve ( <'''INT''' x0> , <'''INT''' y0> , <'''INT...
7: Draws a curve starting at the point ''(x0,y0)'', endin...
30: '''INT''' : [[DrawID]]
34: | 1 || - If drawn after [[drawing_map]](). - Delete draw (386 bytes)
2: [[Category:drawing]]
5: '''INT''' delete_draw ( <'''INT''' DrawID> )
7: Deletes a certain [[drawing]] from the screen.
11: | '''INT''' DrawID || - [[DrawID]] of the [[drawing]] to be deleted.
18: [[Delete_draw]](0) deletes all drawings from the screen.
Page text matches
- Map put pixel (1,390 bytes)
7: Draws a single colored [[pixel]] on a [[graph]].
13: | '''INT''' graphID || - The [[graph]] to draw on.
19: | '''INT''' color || - What [[color]] to draw. - Map xput (2,711 bytes)
7: Draws ([[blit]]s) a [[graphic]] onto another graphic.
9: ... used. If a graphic from one [[file]] needs to be drawn onto another graphic in a different file, or a s...
15: ...raphID || - The [[graphID]] of the [[graphic]] to draw on.
17: ...raphID || - The [[graphID]] of the [[graphic]] to draw with.
23: | '''INT''' angle || - What [[angle]] to draw the graphic at. - Map xputnp (2,915 bytes)
7: Draws ([[blit]]s) a [[graphic]] onto another graphic.
15: ...raphID || - The [[graphID]] of the [[graphic]] to draw on.
19: ...raphID || - The [[graphID]] of the [[graphic]] to draw with.
25: | '''INT''' angle || - What [[angle]] to draw the graphic at.
27: | '''INT''' scale_x|| - What [[size]] to draw the origin graphic's x-axis at (also see [[size_x... - Put (1,405 bytes)
7: Draws ([[blit]]s) a [[graph]] onto the background.
19: | '''INT''' graphID || - The [[graph]] to draw with.
30: ...the graph, that is, where the center of the to be drawn graph will be. - Graphic (1,548 bytes)
8: * Using drawing operations listed [[:Category:maps|here]].
12: === Drawing Operations ===
13: ... MMX capabilities. A function like [[put]]() will draw a picture on the background, displaying it one th... - Map put (2,461 bytes)
7: Draws ([[blit]]s) a [[graph]] onto another graph.
9: ...be used. If a graph from one [[file]] needs to be drawn onto another graph in a different file, or a sep...
15: ...raphID || - The [[graphID]] of the [[graphic]] to draw on.
17: ...raphID || - The [[graphID]] of the [[graphic]] to draw with.
28: ...the graph, that is, where the center of the to be drawn graph will be. - Cos (2,151 bytes)
51: draw_line(1,screen_height-screen_border,screen_width,s...
57: draw_line(screen_border,1,screen_border,screen_height-...
59: // Draw tangent
74: ...: [[set_title]](), [[set_mode]](), [[write]](), [[draw_line]](), [[cos]](), [[put_pixel]](), [[key]]() - Sin (2,148 bytes)
51: draw_line(1,screen_height-screen_border,screen_width,s...
57: draw_line(screen_border,1,screen_border,screen_height-...
59: // Draw tangent
74: ...: [[set_title]](), [[set_mode]](), [[write]](), [[draw_line]](), [[sin]](), [[put_pixel]](), [[key]]() - Get screen (942 bytes)
9: ...verything, including background, [[process]]es, [[draw]]ings and [[text]]. The newly created [[graphic]]... - Tan (2,139 bytes)
51: draw_line(1,screen_height-screen_border,screen_width,s...
57: draw_line(screen_border,1,screen_border,screen_height-...
59: // Draw tangent
74: ...: [[set_title]](), [[set_mode]](), [[write]](), [[draw_line]](), [[tan]](), [[put_pixel]](), [[key]]() - Drawing (584 bytes)
2: ...DrawID]], returned by the function which drew the drawing.
4: ..., that z value is ignored and the drawing is just drawn on the specified [[graphic]]. - Drawing map (528 bytes)
2: [[Category:drawing]]
5: '''INT''' drawing_map ( <'''INT''' fileID> , <'''INT''' graphID>...
7: Tells [[Fenix]] to draw the coming [[drawing]]s on a certain [[graphic]].
9: In order to draw with a certain z value again, [[drawing_z]]() can be used.
15: ...raphID || - The [[graphID]] of the [[graphic]] to draw on. - Drawing z (392 bytes)
2: [[Category:drawing]]
5: '''INT''' drawing_z ( <'''INT''' z> )
7: Tells [[Fenix]] to draw the coming [[drawing]]s on a certain z value.
9: ...n order to draw on a certain [[graphic]] again, [[drawing_map]]() can be used.
13: | '''INT''' z || - The z value to be drawn on. - Drawing alpha (500 bytes)
2: [[Category:drawing]]
5: '''INT''' drawing_alpha ( <'''INT''' alpha> )
7: Tells [[Fenix]] to draw the coming [[drawing]]s with a certain [[alpha]] value
9: ... currently is a 'bug' that makes drawing objects (draw commands with no map as target) have their alpha ...
13: | '''INT''' alpha || - The alpha value to be drawn with. - Drawing color (335 bytes)
2: [[Category:drawing]]
5: '''INT''' drawing_color ( <'''INT''' color> )
7: Tells [[Fenix]] to draw the coming [[drawing]]s in a certain color.
11: | '''INT''' color || - The color to be drawn in (see [[rgb]]()).
18: | category=Drawing - Drawing stipple (2,529 bytes)
2: [[Category:drawing]]
5: '''INT''' drawing_stipple ( <'''INT''' stipples> )
7: ...ls [[Fenix]] which pixels to draw of the coming [[drawing]]s.
9: ... normal operation, meaning all the pixels will be drawn.
11: ...at this works only for non-filled drawings. For [[draw_curve]](), the pattern is not always visible for ... - Xput (1,574 bytes)
7: Draws ([[blit]]s) a [[graphic]] onto the [[background ...
15: ...raphID || - The [[graphID]] of the [[graphic]] to draw with.
21: | '''INT''' angle || - What [[angle]] to draw the graphic at.
23: | '''INT''' size || - What [[size]] to draw the graphic at.
25: | '''INT''' blitflags || - What [[blit flags]] to draw the graphic with. - Map block copy (1,742 bytes)
7: Draws ([[blit]]s) a rectangular block from one [[graph...
15: ...raphID || - The [[graphID]] of the [[graphic]] to draw on.
21: ...raphID || - The [[graphID]] of the [[graphic]] to draw with.
31: | '''INT''' blitflags || - What [[blit flags]] to draw the graphic with.
38: [[Blit flags]] can be used to give the drawing (blitting) a special effect. - Put screen (1,001 bytes)
7: Clears and draws ([[blit]]s) a [[graph]] onto the [[background]] ...
17: | '''INT''' graphID || - The [[graph]] to draw with.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).