Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPanel | +-- XInterface.GUITabPanel | +-- XInterface.UT2K4TabPanel | +-- GUI2K4.UT2K4PlayInfoPanel
GUIFilterPanel, IAMultiColumnRulesPanel, InstantActionRulesPanel, RemotePlayInfoPanel
Variables Summary | |
---|---|
array<PlayInfo.PlayInfoData> | InfoRules |
GUIMultiOptionListBox | lb_Rules |
GUIMultiOptionList | li_Rules |
UT2K4PlayInfoPanel | |
bool | bRefresh |
bool | bUpdate |
bool | bVerticalLayout |
string | EditText |
PlayInfo | GamePI |
int | NumColumns |
Inherited Variables from XInterface.GUITabPanel |
---|
bFillHeight, FadeInTime, MyButton, PanelCaption |
Functions Summary | ||
---|---|---|
![]() | AddGroupHeader (int PlayInfoIndex, bool InitialRow) | |
![]() | AddRule (PlayInfo.PlayInfoData NewRule, int Index) | |
![]() | ArrayPropClicked (GUIComponent Sender) | |
![]() | bool | CanShowPanel () |
![]() | ClearRules () | |
![]() | CustomClicked (GUIComponent Sender) | |
![]() | CustomPageClosed (optional bool bCancelled) | |
![]() | DumpListElements (int BadListIndex, int BadPlayInfoIndex) | |
![]() | int | FindComponentWithTag (int FindTag) |
![]() | int | FindGroupIndex (string Group) |
![]() | Free () | |
![]() | InitComponent (GUIController MyC, GUIComponent MyO) | |
![]() | InternalOnActivate () | |
![]() | InternalOnChange (GUIComponent Sender) | |
![]() | InternalOnCreateComponent (GUIMenuOption NewComp, GUIMultiOptionList Sender) | |
![]() | ListBoxCreateComponent (GUIComponent NewComp, GUIComponent Sender) | |
![]() | LoadRules () | |
![]() | Refresh () | |
![]() | StoreSetting (int Index, string NewValue) | |
![]() | UpdateRules () | |
![]() | UpdateSetting (GUIMenuOption Sender) |
Inherited Functions from XInterface.GUITabPanel |
---|
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { NumColumns=1 Begin Object Class=GUIMultiOptionListBox Name=RuleListBox bVisibleWhenEmpty=True OnCreateComponent=UT2K4PlayInfoPanel.ListBoxCreateComponent WinHeight=0.930009 TabOrder=0 bBoundToParent=True bScaleToParent=True OnChange=UT2K4PlayInfoPanel.InternalOnChange End Object lb_Rules=GUIMultiOptionListBox'GUI2K4.UT2K4PlayInfoPanel.RuleListBox' bRefresh=True EditText="Edit" FadeInTime=0.250000 OnActivate=UT2K4PlayInfoPanel.InternalOnActivate } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |