Always snap to grid
UE2:UT2K4Tab_MidGameRulesCombo (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_MidGameRulesCombo |
Contents |
- Package:
- GUI2K4
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 01/21/2004 This is a combination of the Rules & Maplist panels Used for full-screen mid-game menus.
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] Property group 'UT2K4Tab_MidGameRulesCombo'
[edit] bClient
Type: bool
[edit] bReceivedMaps
Type: bool
[edit] bReceivedRules
Type: bool
[edit] DefaultMapsText
Type: string
Modifiers: localized
Default value: "Receiving maplist from server"
[edit] DefaultRulesText
Type: string
Modifiers: localized
Default value: "Receiving game rules from server"
[edit] ServerRules
Type: array<AServerRule>
Modifiers: noexport
[edit] Internal variables
[edit] lb_Maps
Type: GUIListBox
Modifiers: automated
Default value: GUIListBox'ComboMaplistBox'
[edit] lb_Rules
Type: GUIMultiColumnListBox
Modifiers: automated
Default value: GUIMultiColumnListBox'ComboRulesListbox'
[edit] li_Maps
Type: GUIList
Modifiers: noexport
[edit] li_Rules
Type: GUIMultiColumnList
Modifiers: noexport
[edit] sb_Maps
Type: GUISectionBackground
Modifiers: automated
Default value: sbMaps;
[edit] sb_Rules
Type: GUISectionBackground
Modifiers: automated
Default value: sbRules;
[edit] Default values
| Property | Value |
|---|---|
| ContextMenu | GUIContextMenu'ComboContextMenu' |
| OnRightClick | RightClick |
[edit] Subobjects
[edit] ComboContextMenu
Class: XInterface.GUIContextMenu
| Property | Value |
|---|---|
| ContextItems[0] | "Switch to this map" |
| ContextItems[1] | "Remove this map from rotation" |
| OnSelect | ContextClick |
[edit] ComboMaplistBox
Class: XInterface.GUIListBox
| Property | Value |
|---|---|
| bBoundToParent | True |
| bScaleToParent | True |
| bVisibleWhenEmpty | True |
| SelectedStyleName | "BrowserListSelection" |
| StyleName | "ServerBrowserGrid" |
| WinHeight | 0.922516 |
| WinLeft | 0.517829 |
| WinTop | 0.045905 |
| WinWidth | 0.478167 |
[edit] ComboRulesListbox
Class: XInterface.GUIMultiColumnListBox
| Property | Value |
|---|---|
| bBoundToParent | True |
| bDisplayHeader | False |
| bScaleToParent | True |
| bVisibleWhenEmpty | True |
| HeaderColumnPerc[0] | 0.6 |
| HeaderColumnPerc[1] | 0.4 |
| SelectedStyleName | "BrowserListSelection" |
| StyleName | "ServerBrowserGrid" |
| WinHeight | 0.922516 |
| WinLeft | 0.008213 |
| WinTop | 0.045905 |
| WinWidth | 0.478167 |
[edit] sbMaps
Class: GUI2K4.AltSectionBackground
| Property | Value |
|---|---|
| bBoundToParent | True |
| bFillClient | True |
| bScaleToParent | True |
| Caption | "Map Rotation" |
| WinHeight | 0.436125 |
| WinLeft | 0.055125 |
| WinTop | 0.482921 |
| WinWidth | 0.881875 |
[edit] sbRules
Class: GUI2K4.AltSectionBackground
| Property | Value |
|---|---|
| bBoundToParent | True |
| bFillClient | True |
| bScaleToParent | True |
| Caption | "Server Rules" |
| WinHeight | 0.455783 |
| WinLeft | 0.023625 |
| WinTop | 0.020438 |
| WinWidth | 0.944875 |
[edit] Structs
[edit] AServerRule
[edit] Functions
[edit] Events
[edit] InitComponent
Overrides: GUIPanel.InitComponent
[edit] Timer
Overrides: GUIComponent.Timer
[edit] Other instance functions
[edit] ContextClick
[edit] DrawServerRule
[edit] ProcessMapName
[edit] ProcessRule
[edit] RightClick
[edit] ShowPanel
Overrides: GUITabPanel.ShowPanel
