| 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
|
+-- KFGui.KFTryAMod
| 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 | ||
|---|---|---|
![]() | AddSystemMenu ())) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddSystemMenu Source code
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'KFGui.KFTryAMod.sbInfo'
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..."
b_Cancel=None
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 | |||||