| 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.LargeWindow
|
+-- ROInterface.ROCommunicationPage
| Variables Summary | |
|---|---|
| GUIButton | b_Close |
| GUIButton | b_Reset |
| ROUT2K4Tab_MidGameVoiceChat | mainpanel |
| MidGame | |
| GUITabControl | c_Main |
| GUITabItem | IARulesPanel |
| array<GUITabItem> | Panels |
| GUITabItem | SPRulesPanel |
| Functions Summary | ||
|---|---|---|
![]() | AddPanels ())) | |
![]() | bool | FloatingPreDraw (Canvas C )) |
![]() | InitComponent (GUIController MyController, GUIComponent MyComponent)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
![]() | InternalOnClose (optional Bool bCanceled)) | |
![]() | bool | NotifyLevelChange ())) |
![]() | RemoveMultiplayerTabs (GameInfo Game)) | |
![]() | SetTitle ())) | |
![]() | UpdateChatRestriction (MidGamePanel Sender, int PlayerID )) | |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddPanels Source code
FloatingPreDraw Source code
InitComponent Source code
InternalOnClick Source code
InternalOnClose Source code
NotifyLevelChange Source code\ if (Game.CurrentGameProfile != none) Panels[2] = SPRulesPanel; //there's no map rotation in a single player tournament Panels.Remove(3,1); Panels.Remove(1,1);
RemoveMultiplayerTabs Source code
SetTitle Source code
UpdateChatRestriction Source code| Defaultproperties |
|---|
defaultproperties
{
Panels(0)=(ClassName="ROInterface.ROUT2K4Tab_MidGameVoiceChat",Caption="Communication",Hint="Manage communication with other players")
SPRulesPanel=(ClassName="ROInterface.ROUT2K4Tab_ServerInfo",Caption="Rules",Hint="Game settings")
Begin Object Class=GUITabControl Name=LoginMenuTC
bFillSpace=True
bDockPanels=True
TabHeight=0.000000
WinTop=0.050000
WinLeft=0.012500
WinWidth=0.974999
WinHeight=0.900000
bBoundToParent=True
bScaleToParent=True
bAcceptsInput=True
OnActivate=LoginMenuTC.InternalOnActivate
End Object
c_Main=GUITabControl'ROInterface.ROCommunicationPage.LoginMenuTC'
Begin Object Class=GUIButton Name=ResetButton
Caption="Reset"
MenuState=MSAT_Disabled
Hint="Reset & reload all player chat restrictions"
WinTop=0.841335
WinLeft=0.607745
WinWidth=0.120067
TabOrder=7
bStandardized=True
OnClick=ROCommunicationPage.InternalOnClick
OnKeyEvent=ResetButton.InternalOnKeyEvent
End Object
b_Reset=GUIButton'ROInterface.ROCommunicationPage.ResetButton'
Begin Object Class=GUIButton Name=CloseButton
Caption="Close"
Hint="Close this window"
WinTop=0.841335
WinLeft=0.738995
WinWidth=0.120067
TabOrder=8
bStandardized=True
OnClick=ROCommunicationPage.InternalOnClick
OnKeyEvent=CloseButton.InternalOnKeyEvent
End Object
b_Close=GUIButton'ROInterface.ROCommunicationPage.CloseButton'
DefaultLeft=0.110313
DefaultTop=0.057916
DefaultWidth=0.779688
DefaultHeight=0.847083
bPersistent=True
bAllowedAsLast=True
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 | |||||