| 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.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
|
+-- GUI2K4.UT2K4TryAMod
| Variables Summary | |
|---|---|
| string | InfoCaption |
| string | InfoText |
| GUIImage | i_bk |
| GUIScrollTextBox | sb_Info |
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIScrollTextBox Name=sbInfo
bNoTeletype=True
TextAlign=TXTA_Center
OnCreateComponent=sbInfo.InternalOnCreateComponent
WinHeight=1.000000
TabOrder=0
End Object
sb_Info=GUIScrollTextBox'GUI2K4.UT2K4TryAMod.sbInfo'
Begin Object Class=GUIImage Name=imgBack
Image=Texture'2K4Menus.NewControls.NewFooter'
ImageColor=(A=180)
ImageStyle=ISTY_Stretched
WinTop=0.050000
WinLeft=0.010937
WinWidth=0.978125
WinHeight=0.900000
RenderWeight=0.000010
bBoundToParent=True
bScaleToParent=True
End Object
i_bk=GUIImage'GUI2K4.UT2K4TryAMod.imgBack'
InfoText="At the bottom of the server browser, there is a checkbox marked [Show Standard Servers Only], which is checked by default. If you uncheck this box, the server browser will display servers running gameplay modifications which may radically alter gameplay. If you are looking for something different, try unchecking that box."
InfoCaption="Special Message..."
DefaultLeft=0.100000
DefaultTop=0.195833
DefaultWidth=0.800000
DefaultHeight=0.556250
DesiredFade=150
WinTop=0.195833
WinLeft=0.100000
WinWidth=0.800000
WinHeight=0.556250
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||