Mostly Harmless

UE2:UT2K4Tab_MidGameVoiceChat (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ChatItem (UT2004))
Jump to: navigation, 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[edit]

See UT2K4Tab_MidGameVoiceChat properties.

Structs[edit]

ChatItem[edit]

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

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]

function int AddPlayerInfo (int PlayerID)


AddToPlayers[edit]

function AddToPlayers (PlayerReplicationInfo PRI)


ApplyRestriction[edit]

function bool ApplyRestriction (int i)


AssociateButtons[edit]

function AssociateButtons ()


ClearIndexes[edit]

function ClearIndexes (GUIList List)


ClearLists[edit]

function ClearLists ()


FillPlayerLists[edit]

function FillPlayerLists ()


FindChatListIndex[edit]

function int FindChatListIndex (int PlayerID)


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]

function PackRestriction (int i, out byte Restriction)


PopulateLists[edit]

function PopulateLists (GameReplicationInfo GRI)


PreDraw[edit]

function bool PreDraw (Canvas Canvas)


ResetRestrictions[edit]

function ResetRestrictions ()


SaveRestrictions[edit]

function SaveRestrictions ()


SelectedSelf[edit]

function SelectedSelf ()


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


UnpackRestriction[edit]

function UnpackRestriction (int i, byte Restriction)


UpdateButtonStates[edit]

function UpdateButtonStates ()


UpdateChatRestriction[edit]

function UpdateChatRestriction (int PlayerID)

Overrides: MidGamePanel.UpdateChatRestriction


ValidIndex[edit]

function bool ValidIndex (int i)