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

KFGui.KFGamePageSP

Extends
UT2K4GamePageSP

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

Variables Summary
boolbFirstChangeCompleted
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 UpdateBotSetting (string NewValue, moNumericEdit BotControl ))
Inherited Functions from GUI2K4.UT2K4GamePageSP
GetBotTabName, 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

bFirstChangeCompleted Source code

var bool bFirstChangeCompleted;


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) )

UpdateBotSetting Source code

function UpdateBotSetting ( string NewValue, moNumericEdit BotControl ) )


Defaultproperties

defaultproperties
{
     PageCaption="Solo"
     t_Header=GUIHeader'GUI2K4.UT2k4ServerBrowser.ServerBrowserHeader'


     Begin Object Class=KFGameFooter Name=SPFooter
         PrimaryCaption="PLAY"
         PrimaryHint="Start A Match With These Settings"
         SecondaryCaption="SPECTATE"
         SecondaryHint="Spectate A Match With These Settings"
         Justification=TXTA_Center
         TextIndent=5
         FontScale=FNS_Small
         RenderWeight=0.300000
         TabOrder=8
         OnPreDraw=SPFooter.InternalOnPreDraw
     End Object
     t_Footer=KFGameFooter'KFGui.KFGamePageSP.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.KFGamePageSP.PageBackground'


     PanelClass(0)="KFGUI.KFTab_GameTypeSP"
     PanelClass(1)="KFGUI.KFMapPage"
     PanelClass(2)="KFGUI.KFRules"
     PanelClass(3)="KFGUI.KFMutatorPage"
     PanelCaption(0)="Select Gametype"
     PanelCaption(2)="Sandbox"
     PanelHint(0)="Select desired gametype"
     PanelHint(1)="Select maps and difficulty..."
     PanelHint(2)="Configure the current game..."
}

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