Torque3D Documentation / _generateds / GuiGameListOptionsCtrl::Row

GuiGameListOptionsCtrl::Row

Engine/source/gui/controls/guiGameListOptionsCtrl.h

An extension to the parent's row, adding the ability to keep a collection of options and track status related to them.

More...

Public Types

enum
Mode {
  Default = 0
  OptionsList 
  Keybind 
}

Public Attributes

Collection of options available to display.

Index into mOptions pointing at the selected option.

bool

Determines if options should "wrap around" at the ends.

Public Functions

Row()

Detailed Description

An extension to the parent's row, adding the ability to keep a collection of options and track status related to them.

Public Types

Mode

Enumerator

Default = 0
OptionsList
Keybind

Public Attributes

Mode mMode 
Vector< StringTableEntry > mOptions 

Collection of options available to display.

S32 mSelectedOption 

Index into mOptions pointing at the selected option.

bool mWrapOptions 

Determines if options should "wrap around" at the ends.

Public Functions

Row()