Project

General

Profile

Eq2window (Data Type)

Description

This DataType represents a basic in-game ui window.

Inheritance

Many of the ui windows are derived from this object.   The members/methods below can be used with any of those windows.

Members

  • varies Child[Type, "Name"]
    • This data member returns the named ui element object (that matches the given "Type") found within the window.   (Valid types are currently: Button, Text, Textbox, Checkbox, Page, Composite, Icon, DataSourceContainer, DynamicData, VolumePage, DataSource, List, ProgressBar, DropDownBox, SliderBar, Data.)
    • The return object will be one of the eq2widget derivatives (e.g., eq2button)
  • bool IsVisible

Methods

  • Close