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 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 Attributes

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()