Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.UT2GetPassword

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2GetPassword

Variables Summary
floatBarHeight
floatBarVPos
boolbIgnoreEsc
floatButtonHeight
floatButtonHGap
floatButtonVGap
floatButtonWidth
stringLeaveMPButtonText
stringLeaveSPButtonText
stringRetryURL
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function HandleParameters (string URL, tring Unused))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnClick (GUIComponent Sender))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

BarHeight Source code

var float BarHeight;

BarVPos Source code

var float BarVPos;

bIgnoreEsc Source code

var bool bIgnoreEsc;

ButtonHeight Source code

var float ButtonHeight;

ButtonHGap Source code

var float ButtonHGap;

ButtonVGap Source code

var float ButtonVGap;

ButtonWidth Source code

var float ButtonWidth;

LeaveMPButtonText Source code

var localized string LeaveMPButtonText;

LeaveSPButtonText Source code

var localized string LeaveSPButtonText;

RetryURL Source code

var string RetryURL;


Functions Detail

HandleParameters Source code

function HandleParameters ( string URL,string Unused) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUIButton name=GetPassBackground
		bAcceptsInput=false
		bNeverFocus=true
		StyleName="RoundButton"
		WinWidth=0.831251
		WinHeight=0.306250
		WinLeft=0.087500
		WinTop=0.375000
	End Object
	Controls(0)=GUIButton'GetPassBackground'


	Begin Object class=moEditBox Name=GetPassPW
		WinWidth=0.500000
		WinHeight=0.060000
		WinLeft=0.250000
		WinTop=0.508594
		Caption="Server Password"
		CaptionWidth=0.4
	End Object
	Controls(1)=moEditBox'GetPassPW'


	Begin Object Class=GUIButton Name=GetPassRetry
		Caption="Retry"
		StyleName="MidGameButton"
		OnClick=InternalOnClick
		bBoundToParent=true
		WinWidth=0.250000
		WinHeight=0.050000
		WinLeft=0.400000
		WinTop=0.941666
	End Object
	Controls(2)=GUIButton'GetPassRetry'


	Begin Object Class=GUIButton Name=GetPassFail
		Caption="Cancel"
		StyleName="MidGameButton"
		OnClick=InternalOnClick
		bBoundToParent=true
		WinWidth=0.250000
		WinHeight=0.050000
		WinLeft=0.650000
		WinTop=0.941666
	End Object
	Controls(3)=GUIButton'GetPassFail'


	Begin Object Class=GUILabel Name=GetPassLabel
		Caption="A password is required to play on this server."
		TextFont="UT2HeaderFont"
		TextALign=TXTA_Center
		TextColor=(R=255,G=255,B=255,A=255)
		WinWidth=1
		WinHeight=0.5
		WinLeft=0
		WinTop=0.125
		bMultiLine=true
		bBoundToParent=true
	End Object
	Controls(4)=GUILabel'GetPassLabel'


	OpenSound=sound'MenuSounds.SelectDshort'


	bIgnoreEsc=true
	bAllowedAsLast=true
	WinTop=0.375;
	WinHeight=0.25;
	WinWidth=1.0;
	WinLeft=0.0;



}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:26.117 - Created with UnCodeX