Torque 3D - Script Manual: GuiGameListOptionsProfile Class Reference

TorqueScript

Main   Class List   Namespace List   Online

GuiGameListOptionsProfile Class Reference
[Game Controls]

A GuiControlProfile with additional fields specific to GuiGameListOptionsCtrl. More...

Inheritance diagram for GuiGameListOptionsProfile:

List of all members.

Public Attributes

int columnSplit
 Padding between the leftmost edge of the control, and the row's left arrow.
int rightPad
 Padding between the rightmost edge of the control and the row's right arrow.

Detailed Description

A GuiControlProfile with additional fields specific to GuiGameListOptionsCtrl.

Example:
new GuiGameListOptionsProfile()
{
   columnSplit = "100";
   rightPad = "4";
   //Properties not specific to this control have been omitted from this example.
};

Member Data Documentation

Padding between the leftmost edge of the control, and the row's left arrow.

Padding between the rightmost edge of the control and the row's right arrow.



Copyright © GarageGames, LLC. All Rights Reserved.