PDA

View Full Version : Current Statuts of Draw Functions



C-Dawg
11-14-2007, 08:50 PM
I found the thread where Jman discusses the Draw functions, but it took me about an hour of searching. Can we get them added to the documentation stickied at the top of the thread?

And secondly, do the draw commands still use the goofy float system of passing both x and y coordinates in a single variable? Is there a good reason not to use pass simple x and y coordinates separately?

Thanks.

-C

_L_
11-15-2007, 12:10 AM
The documentation.... at the top of the forum?

Don't you mean the zscript.txt file, which, unlike the above, is regularly updated?

Joe123
11-15-2007, 03:50 AM
No, they use seperate (x,y) coordinates.

http://www.shardstorm.com/ZCwiki/ZScript_Language_Reference#void_DrawTile.28int_lay er.2C_int_x.2C_int_y.2C_int_tile.2C_int_blockw.2C_ int_blockh.2C_.09.09.09___int_cset.2C_float_scale. 2C_int_rx.2C_int_ry.2C_int_rangle.2C_.09.09.09___i nt_flip.2C_bool_transparency.2C_int_opacity.29