Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 750 Bytes

GuiGameListOptionsProfile.rst

File metadata and controls

34 lines (21 loc) · 750 Bytes

GuiGameListOptionsProfile

A GuiControlProfile with additional fields specific to GuiGameListOptionsCtrl.

Inherit:

GuiGameListMenuProfile

Description

A GuiControlProfile with additional fields specific to GuiGameListOptionsCtrl.

Example:

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

Fields