Difference between revisions of "Property Element"
Jump to navigation
Jump to search
→Rendered
imported>JRoush |
imported>JRoush |
||
Line 22: | Line 22: | ||
Properties for any object element with a visible effect, i.e. [[Object Element#Image|Image]] and [[Object Element#Text|Text]] elements. Note, however, that setting the Visible property to false on any element will hide all of it's children. | Properties for any object element with a visible effect, i.e. [[Object Element#Image|Image]] and [[Object Element#Text|Text]] elements. Note, however, that setting the Visible property to false on any element will hide all of it's children. | ||
*'''Visible''' (Numeric: Boolean) If true, the element is visible, and if false the element is hidden. Hiding an element will reveal the elements under it (parents or siblings with lower Depth). Hidden elements cannot be clicked or moused over, but can still be activated from scripts using OBSE's [[ClickMenuButton]] function. | *'''Visible''' (Numeric: Boolean) If true, the element is visible, and if false the element is hidden. Hiding an element will reveal the elements under it (parents or siblings with lower Depth). Hidden elements cannot be clicked or moused over, but can still be activated from scripts using OBSE's [[ClickMenuButton]] function. | ||
*'''Alpha''' (Numeric) Value between 0 and 255 that determines transparency of element. | *'''Alpha''' (Numeric) Value between 0 and 255 that determines transparency of element. An alpha of 255 is normal, but the lower the alpha the the more transparent. At alpha of 0 the element is completely transparent - although it can still respond to mouse clicks, etc. | ||
*'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top. Not that by default, an element always has higher depth than its parent. | *'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top. Not that by default, an element always has higher depth than its parent. | ||
*'''Clips''' (Numeric: Boolean) ''Purpose Unknown.'' | *'''Clips''' (Numeric: Boolean) ''Purpose Unknown.'' |