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

KFGui.KFGamePageMP

Extends
UT2K4GamePageMP

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.UT2K4MainPage
                  |   
                  +-- GUI2K4.UT2K4GamePageBase
                     |   
                     +-- GUI2K4.UT2K4GamePageMP
                        |   
                        +-- KFGui.KFGamePageMP

Variables Summary
boolbExpert
boolbFirstChangeCompleted
stringFirewallWarning
Inherited Variables from GUI2K4.UT2K4GamePageBase
bUseTabs, b_Back, b_Primary, b_Secondary, CurrentGame, mcRules, mcServerRules, PageCaption, p_BotConfig, p_Game, p_Main, p_Mutators, p_Rules, RuleInfo

Functions Summary
function ChangeGameType (bool bIsCustom))
functionbool GameTypeLocked ()))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender))
function InternalOnOpen ()))
function StartGame (string GameURL, bool bAlt))
function UpdateBotSetting (string NewValue, moNumericEdit BotControl ))
Inherited Functions from GUI2K4.UT2K4GamePageMP
InitComponent, InitRuleInfo, PrepareToPlay, SetupBotText, StartGame, UpdateBotSetting
Inherited Functions from GUI2K4.UT2K4GamePageBase
ChangeGameType, ChangeMutators, Free, GameTypeLocked, GetBotTab, GetBotTabName, InitComponent, InitRuleInfo, InternalOnChange, InternalOnClick, InternalOnOpen, NotifyLevelChange, PrepareToPlay, SetRuleInfo, SetupBotText, StartGame, UpdateBotSetting


Variables Detail

bExpert Source code

var config bool bExpert;

bFirstChangeCompleted Source code

var bool bFirstChangeCompleted;

FirewallWarning Source code

var string FirewallWarning;


Functions Detail

ChangeGameType Source code

function ChangeGameType ( bool bIsCustom) )

GameTypeLocked Source code

function bool GameTypeLocked ( ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

InternalOnOpen Source code

function InternalOnOpen ( ) )

StartGame Source code

function StartGame ( string GameURL, bool bAlt) )

UpdateBotSetting Source code

function UpdateBotSetting ( string NewValue, moNumericEdit BotControl ) )


Defaultproperties

defaultproperties
{
     FirewallWarning="KFGUI.KFFirewallWarn"
     PageCaption=
     Begin Object Class=GUIHeader Name=ServerBrowserHeader
         bUseTextHeight=True
         Caption="Server Browser"
     End Object
     t_Header=GUIHeader'GUI2K4.UT2k4ServerBrowser.ServerBrowserHeader'


     Begin Object Class=KFGameFooter Name=SPFooter
         PrimaryCaption="LISTEN"
         PrimaryHint="Start a listen server..."
         SecondaryCaption="DEDICATED"
         SecondaryHint="Start a dedicated server..."
         Justification=TXTA_Center
         TextIndent=5
         FontScale=FNS_Small
         RenderWeight=0.300000
         TabOrder=8
         OnPreDraw=SPFooter.InternalOnPreDraw
     End Object
     t_Footer=KFGameFooter'KFGui.KFGamePageMP.SPFooter'


     Begin Object Class=BackgroundImage Name=PageBackground
         Image=Texture'KillingFloor2HUD.Menu.menuBackground'
         ImageStyle=ISTY_Justified
         ImageAlign=IMGA_Center
         RenderWeight=0.010000
     End Object
     i_Background=BackgroundImage'KFGui.KFGamePageMP.PageBackground'


     PanelClass(0)="KFGUI.KFTab_GameTypeMP"
     PanelClass(1)="KFGUI.KFMapPage"
     PanelClass(2)="KFGUI.KFRules"
     PanelClass(3)="KFGUI.KFMutatorPage"
     PanelClass(4)="KFGUI.KFUT2K4Tab_ServerRulesPanel"
     PanelCaption(2)="Sandbox"
     PanelCaption(4)="Server Rules"
     PanelHint(4)="Configure the server settings..."
     OnOpen=KFGamePageMP.InternalOnOpen
}

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