{{Template:GUI_Object|image|[wiki:GUI_-_Properties#cell_id cell_id], sprite, tooltip, tooltip_style|none}}

This control fills two purposes, to draw a sprite and to catch button clicks so that control behind it doesn't react. If you want an image that doesn't block button clicks, set the ghost property to "true", and if you don't want an image, just a "hollow blocker" that catches all button clicks, then use the default ghost property (which is "false") and leave the sprite property "null".

Image:gui-object-image.png

Code of example image:

  <object type="image"
          size="20 20 320 220"
          sprite="gd-img-fire"
  />
Last modified 16 years ago Last modified on Feb 23, 2008, 4:18:59 AM
Note: See TracWiki for help on using the wiki.