Template:UI Object Attributes (Image)
Image attributes
Name | Value | Description |
---|---|---|
img | <full url (http://...)> | Changes the image source. Set to "" (empty string) to load the empty picture. |
<path relative to /img/> | ||
draw | <draw instructions> | Draws the image. See the Draw API
e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150'); |