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
Property group 'UT2K4PlayInfoPanel'
bRefresh
Type: bool
Modifiers: noexport
Default value: True
bUpdate
Type: bool
Modifiers: noexport
bVerticalLayout
Type: bool
Modifiers: config
EditText
Type: string
Modifiers: localized
Default value: "Edit"
GamePI
Type: PlayInfo
Modifiers: editconst, noexport
NumColumns
Type: int
Default value: 1
Internal variables
InfoRules
Type: array<PlayInfo.PlayInfoData>
lb_Rules
Type: GUIMultiOptionListBox
Modifiers: automated
Default value: GUIMultiOptionListBox'RuleListBox'
li_Rules
Type: GUIMultiOptionList
Default values
Property | Value |
---|---|
FadeInTime | 0.25 |
OnActivate | InternalOnActivate |
Subobjects
RuleListBox
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
Events
Free
event Free ()
Overrides: GUITabPanel.Free
InitComponent
event InitComponent (GUIController MyC, GUIComponent MyO)
Overrides: GUIPanel.InitComponent
Other instance functions
AddGroupHeader
AddRule
function AddRule (PlayInfo.PlayInfoData NewRule, int Index)
ArrayPropClicked
function ArrayPropClicked (GUIComponent Sender)
CanShowPanel
function bool CanShowPanel ()
Overrides: GUITabPanel.CanShowPanel
ClearRules
function ClearRules ()
CustomClicked
function CustomClicked (GUIComponent Sender)
CustomPageClosed
function CustomPageClosed (optional bool bCancelled)
DumpListElements
FindComponentWithTag
FindGroupIndex
InternalOnActivate
function InternalOnActivate ()
InternalOnChange
function InternalOnChange (GUIComponent Sender)
InternalOnCreateComponent
function InternalOnCreateComponent (GUIMenuOption NewComp, GUIMultiOptionList Sender)
ListBoxCreateComponent
function ListBoxCreateComponent (GUIComponent NewComp, GUIComponent Sender)
LoadRules
function LoadRules ()
Refresh
function Refresh ()
Overrides: GUITabPanel.Refresh
StoreSetting
UpdateRules
function UpdateRules ()
UpdateSetting
function UpdateSetting (GUIMenuOption Sender)