Always snap to grid
UE2:UT2K4Tab_MidGameVoiceChat (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_MidGameVoiceChat |
Contents
- 1 Properties
- 2 Structs
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 AddPlayerInfo
- 3.2.2 AddToPlayers
- 3.2.3 ApplyRestriction
- 3.2.4 AssociateButtons
- 3.2.5 ClearIndexes
- 3.2.6 ClearLists
- 3.2.7 FillPlayerLists
- 3.2.8 FindChatListIndex
- 3.2.9 GRI
- 3.2.10 InternalOnChange
- 3.2.11 InternalOnClick
- 3.2.12 LinkList
- 3.2.13 ListChange
- 3.2.14 LoadRestrictions
- 3.2.15 PackRestriction
- 3.2.16 PopulateLists
- 3.2.17 PreDraw
- 3.2.18 ResetRestrictions
- 3.2.19 SaveRestrictions
- 3.2.20 SelectedSelf
- 3.2.21 ShowPanel
- 3.2.22 UnpackRestriction
- 3.2.23 UpdateButtonStates
- 3.2.24 UpdateChatRestriction
- 3.2.25 ValidIndex
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 08/29/2003 This panel contains in-game voice chat controls, such as banning controls, etc.
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved TODO: Allow players to restrict speech based on type (taunt, order, etc.)
Properties
See UT2K4Tab_MidGameVoiceChat properties.
Structs
ChatItem
Functions
Events
Closed
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIMultiComponent.Closed
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Other instance functions
AddPlayerInfo
AddToPlayers
function AddToPlayers (PlayerReplicationInfo PRI)
ApplyRestriction
AssociateButtons
function AssociateButtons ()
ClearIndexes
function ClearIndexes (GUIList List)
ClearLists
function ClearLists ()
FillPlayerLists
function FillPlayerLists ()
FindChatListIndex
GRI
function GameReplicationInfo GRI ()
InternalOnChange
function InternalOnChange (GUIComponent Sender)
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
LinkList
function LinkList (GUIList List)
ListChange
function ListChange (GUIComponent Sender)
LoadRestrictions
function LoadRestrictions (int i)
PackRestriction
PopulateLists
function PopulateLists (GameReplicationInfo GRI)
PreDraw
ResetRestrictions
function ResetRestrictions ()
SaveRestrictions
function SaveRestrictions ()
SelectedSelf
function SelectedSelf ()
ShowPanel
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel
UnpackRestriction
UpdateButtonStates
function UpdateButtonStates ()
UpdateChatRestriction
function UpdateChatRestriction (int PlayerID)
Overrides: MidGamePanel.UpdateChatRestriction