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

GUI2K4.UT2K4MainPage

Extends
UT2K4GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.UT2K4MainPage

Direct Known Subclasses:

UT2K4GamePageBase, UT2K4ModsAndDemos, UT2K4ServerBrowser, UT2K4SettingsPage, UT2K4SP_Details, UT2K4SP_Main

Variables Summary
GUITabControlc_Tabs
stringHighScoreFile
BackgroundImagei_Background
GUIImagei_bkChar
GUIImagei_bkScan
array<string>PanelCaption
array<string>PanelClass
array<string>PanelHint
stringTotalUnlockedCharacters
ButtonFootert_Footer
GUIHeadert_Header
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
functionbool GetRestoreParams (out string Param1, out string Param2 ))
function HandleParameters (string Param1, string Param2))
function InitComponent (GUIController MyC, GUIComponent MyO))
function InternalOnChange (GUIComponent Sender)
functionbool IsUnlocked (string CharName ))
functionbool UnlockCharacter (string CharName ))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

c_Tabs Source code

var automated GUITabControl c_Tabs;

HighScoreFile Source code

var string HighScoreFile;
file where the higscores are stored

i_Background Source code

var automated BackgroundImage i_Background;

i_bkChar Source code

var automated GUIImage i_bkChar;

i_bkScan Source code

var automated GUIImage i_bkScan;

PanelCaption Source code

var localized array<string> PanelCaption;

PanelClass Source code

var array<string> PanelClass;

PanelHint Source code

var localized array<string> PanelHint;

TotalUnlockedCharacters Source code

var private globalconfig string TotalUnlockedCharacters;

t_Footer Source code

var automated ButtonFooter t_Footer;

t_Header Source code

var automated GUIHeader t_Header;


Functions Detail

GetRestoreParams Source code

function bool GetRestoreParams ( out string Param1, out string Param2 ) )

HandleParameters Source code

function HandleParameters ( string Param1, string Param2) )

InitComponent Source code

function InitComponent ( GUIController MyC, GUIComponent MyO) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

IsUnlocked Source code

static function bool IsUnlocked ( string CharName ) )

UnlockCharacter Source code

static function bool UnlockCharacter ( string CharName ) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUITabControl Name=PageTabs
		WinWidth=0.98
		WinLeft=0.01
		WinTop=0.0
		WinHeight=0.04
		TabHeight=0.04
		TabOrder=3
		RenderWeight=0.49
		bFillSpace=False
		bAcceptsInput=True
		bDockPanels=True
		OnChange=InternalOnChange
		BackgroundStyleName="TabBackground"
	End Object


	Begin Object Class=BackgroundImage Name=PageBackground

		ImageStyle=ISTY_PartialScaled
		Image=Material'2K4Menus.BKRenders.bgndTile'
		X1=0
		Y1=0
		X2=4
		Y2=768
		RenderWeight=0.01
	End Object


	Begin Object Class=BackgroundImage Name=PageScanLine
		ImageStyle=ISTY_Tiled
		Image=Material'2K4Menus.BKRenders.ScanLines'
		ImageRenderStyle=MSTY_Alpha
		ImageColor=(R=255,G=255,B=255,A=32)
		WinWidth=1.0
		WinHeight=1.0
		WinLeft=0.0
		WinTop=0.0
		X1=0
		Y1=0
		X2=32
		Y2=32
		RenderWeight=0.03
	End Object


	Begin Object Class=GUIImage Name=BkChar
		Image=material'2K4Menus.BKRenders.Char01'
		ImageStyle=ISTY_Scaled
		ImageColor=(R=255,G=255,B=255,A=255)
		X1=0
		Y1=0
		X2=1024
		Y2=768
		WinWidth=1
		WinHeight=1
		WinTop=0
		WinLeft=0
		RenderWeight=0.02
	End Object


	WinWidth=1.0
	WinHeight=1.0
	WinLeft=0.0
	WinTop=0.0


	bRenderWorld=False
	bRequire640x480=True
	bPersistent=True
	bRestorable=True


	Background=none
	i_bkScan=PageScanLine
	i_Background=PageBackground
	i_BkChar=BkChar
	c_Tabs=PageTabs
	HighScoreFile="UT2004HighScores"
}

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