I'm a doctor, not a mechanic
UE2:UT2K4PlayInfoPanel (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddGroupHeader
- 2.2.2 AddRule
- 2.2.3 ArrayPropClicked
- 2.2.4 CanShowPanel
- 2.2.5 ClearRules
- 2.2.6 CustomClicked
- 2.2.7 CustomPageClosed
- 2.2.8 DumpListElements
- 2.2.9 FindComponentWithTag
- 2.2.10 FindGroupIndex
- 2.2.11 InternalOnActivate
- 2.2.12 InternalOnChange
- 2.2.13 InternalOnCreateComponent
- 2.2.14 ListBoxCreateComponent
- 2.2.15 LoadRules
- 2.2.16 Refresh
- 2.2.17 StoreSetting
- 2.2.18 UpdateRules
- 2.2.19 UpdateSetting
- Package:
- GUI2K4
- Direct subclasses:
- GUIFilterPanel, IAMultiColumnRulesPanel, InstantActionRulesPanel, RemotePlayInfoPanel
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Base class for tab panels which access playinfo information
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'UT2K4PlayInfoPanel'[edit]
bRefresh[edit]
Type: bool
Modifiers: noexport
Default value: True
bUpdate[edit]
Type: bool
Modifiers: noexport
bVerticalLayout[edit]
Type: bool
Modifiers: config
EditText[edit]
Type: string
Modifiers: localized
Default value: "Edit"
GamePI[edit]
Type: PlayInfo
Modifiers: editconst, noexport
NumColumns[edit]
Type: int
Default value: 1
Internal variables[edit]
InfoRules[edit]
Type: array<PlayInfo.PlayInfoData>
lb_Rules[edit]
Type: GUIMultiOptionListBox
Modifiers: automated
Default value: GUIMultiOptionListBox'RuleListBox'
li_Rules[edit]
Type: GUIMultiOptionList
Default values[edit]
Property | Value |
---|---|
FadeInTime | 0.25 |
OnActivate | InternalOnActivate |
Subobjects[edit]
RuleListBox[edit]
Class: XInterface.GUIMultiOptionListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
OnChange | InternalOnChange |
OnCreateComponent | ListBoxCreateComponent |
TabOrder | 0 |
WinHeight | 0.930009 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
Functions[edit]
Events[edit]
Free[edit]
event Free ()
Overrides: GUITabPanel.Free
InitComponent[edit]
event InitComponent (GUIController MyC, GUIComponent MyO)
Overrides: GUIPanel.InitComponent
Other instance functions[edit]
AddGroupHeader[edit]
AddRule[edit]
function AddRule (PlayInfo.PlayInfoData NewRule, int Index)
ArrayPropClicked[edit]
function ArrayPropClicked (GUIComponent Sender)
CanShowPanel[edit]
function bool CanShowPanel ()
Overrides: GUITabPanel.CanShowPanel
ClearRules[edit]
function ClearRules ()
CustomClicked[edit]
function CustomClicked (GUIComponent Sender)
CustomPageClosed[edit]
function CustomPageClosed (optional bool bCancelled)
DumpListElements[edit]
FindComponentWithTag[edit]
FindGroupIndex[edit]
InternalOnActivate[edit]
function InternalOnActivate ()
InternalOnChange[edit]
function InternalOnChange (GUIComponent Sender)
InternalOnCreateComponent[edit]
function InternalOnCreateComponent (GUIMenuOption NewComp, GUIMultiOptionList Sender)
ListBoxCreateComponent[edit]
function ListBoxCreateComponent (GUIComponent NewComp, GUIComponent Sender)
LoadRules[edit]
function LoadRules ()
Refresh[edit]
function Refresh ()
Overrides: GUITabPanel.Refresh
StoreSetting[edit]
UpdateRules[edit]
function UpdateRules ()
UpdateSetting[edit]
function UpdateSetting (GUIMenuOption Sender)