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

XInterface.UT2LoadingWeaponsArena

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2LoadingWeaponsArena

Variables Summary
UT2ArenaConfigConfig
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function StartLoad (UT2ArenaConfig arena)
event Timer ()
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

Config Source code

var UT2ArenaConfig Config;


Functions Detail

StartLoad Source code

function StartLoad ( UT2ArenaConfig arena )

Timer Source code

event Timer ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=LoadWeapBackground
         WinLeft=0.250000
         WinWidth=0.500000
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=False
         bNeverFocus=True
         OnKeyEvent=LoadWeapBackground.InternalOnKeyEvent
     End Object
     Controls(0)=GUIButton'XInterface.UT2LoadingWeaponsArena.LoadWeapBackground'

     Begin Object Class=GUILabel Name=LoadWeapText
         Caption="Loading Weapon Database"
         TextAlign=TXTA_Center
         TextColor=(B=0,G=180,R=220)
         TextFont="UT2HeaderFont"
         WinTop=0.471667
         WinHeight=32.000000
     End Object
     Controls(1)=GUILabel'XInterface.UT2LoadingWeaponsArena.LoadWeapText'

     WinTop=0.425000
     WinHeight=0.150000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:24.531 - Created with UnCodeX