I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:UT2K4DisconnectOptionPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> BlackoutWindow >> UT2K4DisconnectOptionPage
Package: 
GUI2K4

Created on: 08/18/2003 Description

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UT2K4DisconnectOptionPage'[edit]

bReconnectAllowed[edit]

Type: bool


Default value: True

Internal variables[edit]

b_MainMenu[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'MainMenuButton'

b_Quit[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'QuitButton'

b_Reconnect[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'ReconnectButton'

b_ServerBrowser[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'ServerBrowserButton'

l_Status[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'cNetStatLabel'

Default values[edit]

Property Value
bAllowedAsLast True
OnCanClose CanClose
OnKeyEvent InternalOnKeyEvent
OnPreDraw InternalOnPreDraw

Subobjects[edit]

cNetStatLabel[edit]

Class: XInterface.GUILabel

Property Value
bBoundToParent True
bMultiLine True
Caption "Select an option"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
VertAlign TXTA_Left
WinHeight 0.099922
WinLeft 0.0
WinTop 0.314687
WinWidth 1.0

MainMenuButton[edit]

Class: XInterface.GUIButton

Property Value
bAutoSize True
Caption "MAIN MENU"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 1
WinHeight 0.04
WinLeft 0.157811
WinTop 0.548235
WinWidth 0.132806

QuitButton[edit]

Class: XInterface.GUIButton

Property Value
bAutoSize True
Caption "EXIT UT2004"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 3
WinHeight 0.04
WinLeft 0.627929
WinTop 0.548235
WinWidth 0.223632

ReconnectButton[edit]

Class: XInterface.GUIButton

Property Value
bAutoSize True
Caption "RECONNECT"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 0
WinHeight 0.04
WinLeft 0.345702
WinTop 0.548235
WinWidth 0.132806

ServerBrowserButton[edit]

Class: XInterface.GUIButton

Property Value
bAutoSize True
Caption "SERVER BROWSER"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 2
WinHeight 0.04
WinLeft 0.398437
WinTop 0.548235
WinWidth 0.223632

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


NotifyLevelChange[edit]

event bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


Opened[edit]

event Opened (GUIComponent Sender)

Overrides: PopupPageBase.Opened


Other instance functions[edit]

AllowOpen[edit]

function bool AllowOpen (string MenuClass)

Overrides: GUIPage.AllowOpen


CanClose[edit]

function bool CanClose (bool bCancelled)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent[edit]

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)


InternalOnPreDraw[edit]

function bool InternalOnPreDraw (Canvas C)

Overrides: PopupPageBase.InternalOnPreDraw


SetSizingCaption[edit]

function SetSizingCaption ()


UpdateButtons[edit]

function UpdateButtons ()


UpdateStatus[edit]

function UpdateStatus (string NewStatus)