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

KFGui.KFInvasionLoginMenu

Extends
UT2K4PlayerLoginMenu

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.UT2K4PlayerLoginMenu
                        |   
                        +-- KFGui.KFInvasionLoginMenu

Variables Summary
boolbNoSteam
Inherited Variables from GUI2K4.UT2K4PlayerLoginMenu
c_Main, IARulesPanel, Panels, SPRulesPanel
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 MyComponent))
function RemoveMultiplayerTabs (GameInfo Game))
Inherited Functions from GUI2K4.UT2K4PlayerLoginMenu
AddPanels, FloatingPreDraw, InitComponent, InternalOnClose, NotifyLevelChange, RemoveMultiplayerTabs, SetTitle, UpdateChatRestriction
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

bNoSteam Source code

var bool bNoSteam;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyComponent) )

RemoveMultiplayerTabs Source code

function RemoveMultiplayerTabs ( GameInfo Game) )


Defaultproperties

defaultproperties
{
     Panels(0)=(ClassName="KFGUI.KFLoginControls")
     Panels(1)=(ClassName="KFGUI.KFTab_MidGamePerks",Caption="Perks",Hint="Select your current Perk")
     Panels(2)=(ClassName="KFGUI.KFTab_MidGameVoiceChat",Caption="Communication",Hint="Manage communication with other players")
     Panels(3)=(ClassName="KFGUI.KFTab_MidGameHelp",Caption="Help",Hint="How to survive in Killing Floor")
     Begin Object Class=GUITabControl Name=LoginMenuTC
         bDockPanels=True
         BackgroundStyleName="TabBackground"
         WinTop=0.026336
         WinLeft=0.012500
         WinWidth=0.974999
         WinHeight=0.050000
         bScaleToParent=True
         bAcceptsInput=True
         OnActivate=LoginMenuTC.InternalOnActivate
     End Object
     c_Main=GUITabControl'KFGui.KFInvasionLoginMenu.LoginMenuTC'


     WinTop=0.006158
     WinWidth=0.814844
     WinHeight=0.990311
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:46.716 - Created with UnCodeX