UE2:UT2K4Tab_MidGameVoiceChat (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ChatItem (UT2004))
Jump to navigation Jump to search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_MidGameVoiceChat
Package: 
GUI2K4

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

int PlayerID 
bool bNoText 
bool bNoSpeech 
bool bNoVoice 
bool bBanned 
bool bDirty 

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

function int AddPlayerInfo (int PlayerID)


AddToPlayers

function AddToPlayers (PlayerReplicationInfo PRI)


ApplyRestriction

function bool ApplyRestriction (int i)


AssociateButtons

function AssociateButtons ()


ClearIndexes

function ClearIndexes (GUIList List)


ClearLists

function ClearLists ()


FillPlayerLists

function FillPlayerLists ()


FindChatListIndex

function int FindChatListIndex (int PlayerID)


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

function PackRestriction (int i, out byte Restriction)


PopulateLists

function PopulateLists (GameReplicationInfo GRI)


PreDraw

function bool PreDraw (Canvas Canvas)


ResetRestrictions

function ResetRestrictions ()


SaveRestrictions

function SaveRestrictions ()


SelectedSelf

function SelectedSelf ()


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


UnpackRestriction

function UnpackRestriction (int i, byte Restriction)


UpdateButtonStates

function UpdateButtonStates ()


UpdateChatRestriction

function UpdateChatRestriction (int PlayerID)

Overrides: MidGamePanel.UpdateChatRestriction


ValidIndex

function bool ValidIndex (int i)