Difference between revisions of "Template:UI Object Attributes (Image)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=== Image attributes === | === Image attributes === | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | !Name | ||
+ | !Value | ||
+ | !Description | ||
|- | |- | ||
|img | |img |
Revision as of 14:39, 13 February 2017
Image attributes
Name | Value | Description |
---|---|---|
img | <full url (http://...)> | <path relative to /img/> | Changes the image source. Set to "" (empty string) to load the empty picture. |
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'); |