| 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
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 |
|---|
AddPanels Source code
FloatingPreDraw Source code
InitComponent Source code
InternalOnClose Source code
NotifyLevelChange Source code
RemoveMultiplayerTabs Source code
SetTitle Source code
UpdateChatRestriction Source code| Defaultproperties |
|---|
defaultproperties
{
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")
SPRulesPanel=(ClassName="GUI2K4.UT2K4Tab_ServerInfo",Caption="Rules",Hint="Game settings")
Begin Object Class=GUITabControl Name=LoginMenuTC
bFillSpace=True
bDockPanels=True
TabHeight=0.037500
BackgroundStyleName="TabBackground"
WinTop=0.060215
WinLeft=0.012500
WinWidth=0.974999
WinHeight=0.044644
bScaleToParent=True
bAcceptsInput=True
OnActivate=LoginMenuTC.InternalOnActivate
End Object
c_Main=GUITabControl'GUI2K4.UT2K4PlayerLoginMenu.LoginMenuTC'
bResizeWidthAllowed=False
bResizeHeightAllowed=False
bMoveAllowed=False
DefaultLeft=0.110313
DefaultTop=0.057916
DefaultWidth=0.779688
DefaultHeight=0.847083
bRequire640x480=True
bPersistent=True
bAllowedAsLast=True
OnClose=UT2K4PlayerLoginMenu.InternalOnClose
WinTop=0.057916
WinLeft=0.110313
WinWidth=0.779688
WinHeight=0.847083
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||