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

ROInterface.ROUT2K4Tab_MidGameVoiceChat

Extends
UT2K4Tab_MidGameVoiceChat

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
Texturemytexture
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
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function ListChange (GUIComponent Sender ))
function PopulateLists (GameReplicationInfo GRI))
functionbool PreDraw (Canvas Canvas))
function ShowPanel (bool bShow ))
Inherited Functions from GUI2K4.UT2K4Tab_MidGameVoiceChat
AddPlayerInfo, AddToPlayers, ApplyRestriction, AssociateButtons, ClearIndexes, ClearLists, Closed, FillPlayerLists, FindChatListIndex, GRI, InitComponent, InternalOnChange, InternalOnClick, LinkList, ListChange, LoadRestrictions, PackRestriction, PopulateLists, PreDraw, ResetRestrictions, SaveRestrictions, SelectedSelf, ShowPanel, UnpackRestriction, UpdateButtonStates, UpdateChatRestriction, ValidIndex
Inherited Functions from GUI2K4.MidGamePanel
Free, LevelChanged, PlayerIDIsMine, UpdateChatRestriction


Variables Detail

ROUT2K4Tab_MidGameVoiceChat

mytexture Source code

var(ROUT2K4Tab_MidGameVoiceChat) Texture mytexture;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

ListChange Source code

function ListChange ( GUIComponent Sender ) )

PopulateLists Source code

function PopulateLists ( GameReplicationInfo GRI) )

PreDraw Source code

function bool PreDraw ( Canvas Canvas) )

ShowPanel Source code

function ShowPanel ( bool bShow ) )


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
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:52.708 - Created with UnCodeX