Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPage | +-- XInterface.UT2K4GUIPage | +-- GUI2K4.PopupPageBase | +-- GUI2K4.FloatingWindow | +-- GUI2K4.UT2K4PlayerLoginMenu
JBLoginMenu, UT2K4InvasionLoginMenu, UT2K4OnslaughtLoginMenu, UT2K4SinglePlayerLoginMenu
Variables Summary | |
---|---|
MidGame | |
GUITabControl | c_Main |
GUITabItem | IARulesPanel |
array<GUITabItem> | Panels |
GUITabItem | SPRulesPanel |
Inherited Variables from GUI2K4.PopupPageBase |
---|
bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG |
Functions Summary | ||
---|---|---|
AddPanels ())) | ||
bool | FloatingPreDraw (Canvas C )) | |
InitComponent (GUIController MyController, GUIComponent MyComponent)) | ||
InternalOnClose (optional Bool bCanceled)) | ||
bool | NotifyLevelChange ())) | |
RemoveMultiplayerTabs (GameInfo Game)) | ||
SetTitle ())) | ||
UpdateChatRestriction (MidGamePanel Sender, int PlayerID )) |
Inherited Functions from GUI2K4.PopupPageBase |
---|
FadeIn, FadeOut, InternalOnPreDraw, Opened |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUITabControl Name=LoginMenuTC WinWidth=0.974999 WinHeight=0.044644 WinLeft=0.012500 WinTop=0.060215 TabHeight=0.0375 bAcceptsInput=true bDockPanels=true bScaleToParent=true bFillSpace=True BackgroundStyleName="TabBackground" End Object c_Main=LoginMenuTC SPRulesPanel=(ClassName="GUI2K4.UT2K4Tab_ServerInfo",Caption="Rules",Hint="Game settings") Panels(0)=(ClassName="GUI2K4.UT2K4Tab_PlayerLoginControls",Caption="Game",Hint="Game Controls") Panels(1)=(ClassName="GUI2K4.UT2K4Tab_ServerMOTD",Caption="MOTD",Hint="Message of the Day") Panels(2)=(ClassName="GUI2K4.UT2K4Tab_MidGameRulesCombo",Caption="Server Info",Hint="Current map rotation and game settings") Panels(3)=(ClassName="GUI2K4.UT2K4Tab_MidGameVoiceChat",Caption="Communication",Hint="Manage communication with other players") Panels(4)=(ClassName="GUI2K4.UT2K4Tab_MidGameHelp",Caption="Help",Hint="Helpful hints") OnClose=InternalOnClose bRenderWorld=true bRequire640x480=true bAllowedAsLast=true DefaultWidth=0.779688 DefaultHeight=0.847083 DefaultLeft=0.110313 DefaultTop=0.057916 WinWidth=0.779688 WinHeight=0.847083 WinLeft=0.110313 WinTop=0.057916 bResizeWidthAllowed=False bResizeHeightAllowed=False bMoveAllowed=False bPersistent=True } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |