Template:UI Object Attributes (Image)

From HSYCO
Revision as of 12:18, 27 April 2015 by Ulde (talk | contribs) (→‎Image attributes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Image attributes

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');