Drawdot » History » Revision 1
Revision 1/7
| Next »
Per Amundsen, 02/16/2014 08:04 PM
Added in 1.9.0
/drawdot [-ihnr] @ <color> <size> <x y> [<x y>...]
Draws a dot using the specified color and size at the x,y co-ordinates. Multiple co-ordinates can be provided.
Switches
-i - TODO
-h - TODO
-n - Prevents the display from being updated immediately.
-r - Indicates that the color is in RGB format. You can use $rgb(N,N,N) to create an RGB value.
Parameters
<color> - Color off the dot to draw.
<size> - Size of the dot to draw.
<x y> - x,y co-ordinates to draw at.
[<x y>...] - Additional x,y co-ordinates to draw at.
Updated by Per Amundsen almost 11 years ago · 1 revisions