I don't need to test my programs. I have an error-correcting modem.

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

Contents

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.)

[edit] Properties

See UT2K4Tab_MidGameVoiceChat properties.

[edit] Structs

[edit] ChatItem

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

[edit] Functions

[edit] Events

[edit] Closed

event Closed (GUIComponent Sender, bool bCancelled)

Overrides: GUIMultiComponent.Closed


[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


[edit] Other instance functions

[edit] AddPlayerInfo

function int AddPlayerInfo (int PlayerID)


[edit] AddToPlayers

function AddToPlayers (PlayerReplicationInfo PRI)


[edit] ApplyRestriction

function bool ApplyRestriction (int i)


[edit] AssociateButtons

function AssociateButtons ()


[edit] ClearIndexes

function ClearIndexes (GUIList List)


[edit] ClearLists

function ClearLists ()


[edit] FillPlayerLists

function FillPlayerLists ()


[edit] FindChatListIndex

function int FindChatListIndex (int PlayerID)


[edit] GRI

function GameReplicationInfo GRI ()


[edit] InternalOnChange

function InternalOnChange (GUIComponent Sender)


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


[edit] LinkList

function LinkList (GUIList List)


[edit] ListChange

function ListChange (GUIComponent Sender)


[edit] LoadRestrictions

function LoadRestrictions (int i)


[edit] PackRestriction

function PackRestriction (int i, out byte Restriction)


[edit] PopulateLists

function PopulateLists (GameReplicationInfo GRI)


[edit] PreDraw

function bool PreDraw (Canvas Canvas)


[edit] ResetRestrictions

function ResetRestrictions ()


[edit] SaveRestrictions

function SaveRestrictions ()


[edit] SelectedSelf

function SelectedSelf ()


[edit] ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


[edit] UnpackRestriction

function UnpackRestriction (int i, byte Restriction)


[edit] UpdateButtonStates

function UpdateButtonStates ()


[edit] UpdateChatRestriction

function UpdateChatRestriction (int PlayerID)

Overrides: MidGamePanel.UpdateChatRestriction


[edit] ValidIndex

function bool ValidIndex (int i)