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

GUI2K4.UT2K4TryAMod

Extends
LockedFloatingWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LockedFloatingWindow
                        |   
                        +-- GUI2K4.UT2K4TryAMod

Variables Summary
stringInfoCaption
stringInfoText
GUIImagei_bk
GUIScrollTextBoxsb_Info
Inherited Variables from GUI2K4.LockedFloatingWindow
b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
Inherited Functions from GUI2K4.LockedFloatingWindow
AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

InfoCaption Source code

var localized string InfoCaption;

InfoText Source code

var localized string InfoText;

i_bk Source code

var automated GUIImage i_bk;

sb_Info Source code

var automated GUIScrollTextBox sb_Info;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUIScrollTextBox Name=sbInfo
		bNoTeletype=true
		TextAlign=TXTA_Center
	    TabOrder=0
	    WinWidth=1
	    WinHeight=1
	    WinLeft=0
	    WinTop=0
	End Object
	sb_Info=sbInfo


	Begin Object Class=GUIImage Name=imgBack
		Image=material'2K4Menus.NewControls.NewFooter'
		ImageStyle=ISTY_Stretched
		ImageRenderStyle=MSTY_Alpha
		bBoundToParent=true
		bScaleToParent=true
		WinWidth=0.978125
		WinHeight=0.900000
		WinLeft=0.010937
		WinTop=0.050000
		RenderWeight=0.00001
		ImageColor=(R=255,G=255,B=255,A=180)
	End Object
	i_bk=imgBack;


	WinWidth=0.800000
	WinHeight=0.556250
	WinLeft=0.100000
	WinTop=0.195833


	DefaultWidth=0.800000
	DefaultHeight=0.556250
	DefaultLeft=0.100000
	DefaultTop=0.195833


	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..."


	DesiredFade=150
	CurFade=200
	FadeTime=0.35



}

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