| 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 { bIgnoreEsc=Wahr bRequire640x480=Falsch OpenSound=Sound'MenuSounds.selectDshort' Begin Object Class=GUIButton Name=NetStatBackground StyleName="SquareBar" WinTop=0.375000 WinHeight=0.250000 bAcceptsInput=Falsch bNeverFocus=Wahr OnKeyEvent=NetStatBackground.InternalOnKeyEvent End Object Controls(0)=GUIButton'XInterface.UT2StatusMsg.NetStatBackground' Begin Object Class=GUIButton Name=NetStatOk Caption="OK" StyleName="MidGameButton" WinTop=0.675000 WinLeft=0.375000 WinWidth=0.250000 WinHeight=0.050000 bBoundToParent=Wahr OnClick=UT2StatusMsg.InternalOnClick OnKeyEvent=NetStatOk.InternalOnKeyEvent End Object Controls(1)=GUIButton'XInterface.UT2StatusMsg.NetStatOk' Begin Object Class=GUILabel Name=NetStatLabel TextAlign=TXTA_Center TextColor=(B=255,G=255,R=255) TextFont="UT2HeaderFont" bMultiLine=Wahr WinTop=0.125000 WinHeight=0.500000 bBoundToParent=Wahr End Object Controls(2)=GUILabel'XInterface.UT2StatusMsg.NetStatLabel' WinTop=0.375000 WinHeight=0.250000 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||