There is no spoon
UE2:UT2K4Tab_MidGameVoiceChat (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ChatItem (UT2004))
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[edit]
See UT2K4Tab_MidGameVoiceChat properties.
Structs[edit]
ChatItem[edit]
Functions[edit]
Events[edit]
Closed[edit]
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIMultiComponent.Closed
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Other instance functions[edit]
AddPlayerInfo[edit]
AddToPlayers[edit]
function AddToPlayers (PlayerReplicationInfo PRI)
ApplyRestriction[edit]
AssociateButtons[edit]
function AssociateButtons ()
ClearIndexes[edit]
function ClearIndexes (GUIList List)
ClearLists[edit]
function ClearLists ()
FillPlayerLists[edit]
function FillPlayerLists ()
FindChatListIndex[edit]
GRI[edit]
function GameReplicationInfo GRI ()
InternalOnChange[edit]
function InternalOnChange (GUIComponent Sender)
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
LinkList[edit]
function LinkList (GUIList List)
ListChange[edit]
function ListChange (GUIComponent Sender)
LoadRestrictions[edit]
function LoadRestrictions (int i)
PackRestriction[edit]
PopulateLists[edit]
function PopulateLists (GameReplicationInfo GRI)
PreDraw[edit]
ResetRestrictions[edit]
function ResetRestrictions ()
SaveRestrictions[edit]
function SaveRestrictions ()
SelectedSelf[edit]
function SelectedSelf ()
ShowPanel[edit]
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel
UnpackRestriction[edit]
UpdateButtonStates[edit]
function UpdateButtonStates ()
UpdateChatRestriction[edit]
function UpdateChatRestriction (int PlayerID)
Overrides: MidGamePanel.UpdateChatRestriction