1 GUI Image
trac edited this page 2008-02-23 03:18:59 +00:00

{{Template:GUI_Object|image|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"
  />