I'm a doctor, not a mechanic

UE2:TeamVoiceReplicationInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> ReplicationInfo >> VoiceChatReplicationInfo >> UnrealVoiceReplicationInfo >> TeamVoiceReplicationInfo
Package: 
UnrealGame

Description

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

BlueTeamMask[edit]

Type: int


bTeamChatOnly[edit]

Type: bool


RedTeamMask[edit]

Type: int


Default values[edit]

Property Value
ChatRoomClass Class'UnrealGame.UnrealTeamChatRoom'
DefaultChannel 2
PublicChannelNames[2] "Team"

Functions[edit]

Events[edit]

GetChannelIndex[edit]

simulated event int GetChannelIndex (string ChannelTitle, optional int TeamIndex)

Overrides: UnrealVoiceReplicationInfo.GetChannelIndex


InitChannels[edit]

simulated event InitChannels ()

Overrides: UnrealVoiceReplicationInfo.InitChannels


Other instance functions[edit]

GetChannel[edit]

simulated function VoiceChatRoom GetChannel (string ChatRoomName, optional int TeamIndex)

Overrides: UnrealVoiceReplicationInfo.GetChannel


GetMask[edit]

simulated function int GetMask (VoiceChatRoom Room)

Overrides: VoiceChatReplicationInfo.GetMask


GetOpposingTeamChannel[edit]

simulated function int GetOpposingTeamChannel (int ChannelIndex)


GetTitle[edit]

simulated function string GetTitle (VoiceChatRoom Room)

Overrides: VoiceChatReplicationInfo.GetTitle


JoinChannel[edit]

function VoiceChatRoom.EJoinChatResult JoinChannel (string ChannelTitle, PlayerReplicationInfo PRI, string Password)

Overrides: UnrealVoiceReplicationInfo.JoinChannel


JoinChannelAt[edit]

function VoiceChatRoom.EJoinChatResult JoinChannelAt (int ChannelIndex, PlayerReplicationInfo PRI, string Password)

Overrides: UnrealVoiceReplicationInfo.JoinChannelAt


NotifyTeamChange[edit]

function NotifyTeamChange (PlayerReplicationInfo PRI, int TeamIndex)

Overrides: VoiceChatReplicationInfo.NotifyTeamChange


SetMask[edit]

function SetMask (VoiceChatRoom Room, int NewMask)

Overrides: VoiceChatReplicationInfo.SetMask


ValidRoom[edit]

simulated function bool ValidRoom (VoiceChatRoom Room)

Overrides: VoiceChatReplicationInfo.ValidRoom