| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K3GUIPage
|
+-- XInterface.UT2StatusMsg
| Variables Summary | |
|---|---|
| float | BarHeight |
| float | BarVPos |
| bool | bIgnoreEsc |
| float | ButtonHeight |
| float | ButtonHGap |
| float | ButtonVGap |
| float | ButtonWidth |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | HandleParameters (string Param1, string Param2)) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | 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 |
|---|
| Functions Detail |
|---|
HandleParameters Source code
InitComponent Source code
InternalOnClick Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIButton name=NetStatBackground
bAcceptsInput=false
bNeverFocus=true
StyleName="SquareBar"
WinHeight=0.25
WinWidth=1
WinLeft=0
WinTop=0.375
End Object
Controls(0)=GUIButton'NetStatBackground'
Begin Object Class=GUIButton Name=NetStatOk
Caption="OK"
StyleName="MidGameButton"
OnClick=InternalOnClick
bBoundToParent=true
WinWidth=0.250000
WinHeight=0.050000
WinLeft=0.375000
WinTop=0.675000
End Object
Controls(1)=GUIButton'NetStatOK'
Begin Object Class=GUILabel Name=NetStatLabel
Caption=""
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(2)=GUILabel'NetStatLabel'
OpenSound=sound'MenuSounds.SelectDshort'
bIgnoreEsc=true
bRequire640x480=false
WinTop=0.375;
WinHeight=0.25;
WinWidth=1.0;
WinLeft=0.0;
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||