| 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.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.MidGamePanel
|
+-- GUI2K4.UT2K4Tab_MidGameVoiceChat
|
+-- ROInterface.ROUT2K4Tab_MidGameVoiceChat
| Variables Summary | |
|---|---|
| ROUT2K4Tab_MidGameVoiceChat | |
| Texture | mytexture |
| Inherited Variables from GUI2K4.UT2K4Tab_MidGameVoiceChat |
|---|
| ApplyFailText, ApplySuccessText, BlueTeamDesc, BlueTeamIndex, bTeamGame, b_Reset, ChatList, ch_Ban, ch_NoSpeech, ch_NoText, ch_NoVoiceChat, lb_Players, lb_Specs, li_Players, li_Specs, RedTeamDesc, RedTeamIndex, sb_Options, sb_Players, sb_Specs, SelectIndex |
| Inherited Variables from GUI2K4.MidGamePanel |
|---|
| bLocked |
| Structures Summary |
|---|
| Inherited Structures from GUI2K4.UT2K4Tab_MidGameVoiceChat |
|---|
| ChatItem |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | ListChange (GUIComponent Sender )) | |
![]() | PopulateLists (GameReplicationInfo GRI)) | |
![]() | bool | PreDraw (Canvas Canvas)) |
![]() | ShowPanel (bool bShow )) | |
| Inherited Functions from GUI2K4.MidGamePanel |
|---|
| Free, LevelChanged, PlayerIDIsMine, UpdateChatRestriction |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
ListChange Source code
PopulateLists Source code
PreDraw Source code
ShowPanel Source code| Defaultproperties |
|---|
defaultproperties
{
MyTexture=Texture'InterfaceArt_tex.Menu.button_normal'
Begin Object Class=GUISectionBackground Name=PlayersBackground
Caption="Players"
LeftPadding=0.000000
RightPadding=0.000000
TopPadding=0.000000
BottomPadding=0.000000
WinTop=0.030325
WinLeft=0.019250
WinWidth=0.462019
WinHeight=0.899506
bBoundToParent=True
bScaleToParent=True
OnPreDraw=PlayersBackground.InternalPreDraw
End Object
sb_Players=GUISectionBackground'ROInterface.ROUT2K4Tab_MidGameVoiceChat.PlayersBackground'
Begin Object Class=GUISectionBackground Name=SpecBackground
Caption="Spectators"
LeftPadding=0.000000
RightPadding=0.000000
TopPadding=0.000000
BottomPadding=0.000000
WinTop=0.030325
WinLeft=0.512544
WinWidth=0.462019
WinHeight=0.468385
bBoundToParent=True
bScaleToParent=True
OnPreDraw=SpecBackground.InternalPreDraw
End Object
sb_Specs=GUISectionBackground'ROInterface.ROUT2K4Tab_MidGameVoiceChat.SpecBackground'
Begin Object Class=GUISectionBackground Name=OptionBackground
Caption="Voice Options"
TopPadding=0.040000
BottomPadding=0.000000
WinTop=0.508063
WinLeft=0.512544
WinWidth=0.462019
WinHeight=0.421768
bBoundToParent=True
bScaleToParent=True
OnPreDraw=OptionBackground.InternalPreDraw
End Object
sb_Options=GUISectionBackground'ROInterface.ROUT2K4Tab_MidGameVoiceChat.OptionBackground'
Begin Object Class=GUIListBox Name=PlayersList
bInitializeList=False
OnCreateComponent=PlayersList.InternalOnCreateComponent
WinTop=0.106813
WinLeft=0.035693
WinWidth=0.429133
WinHeight=0.801164
TabOrder=0
OnChange=ROUT2K4Tab_MidGameVoiceChat.ListChange
End Object
lb_Players=GUIListBox'ROInterface.ROUT2K4Tab_MidGameVoiceChat.PlayersList'
RedTeamDesc="AXIS TEAM"
BlueTeamDesc="ALLIES TEAM"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||