I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:TeamVoiceReplicationInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09: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

BlueTeamMask

Type: int


bTeamChatOnly

Type: bool


RedTeamMask

Type: int


Default values

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

Functions

Events

GetChannelIndex

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

Overrides: UnrealVoiceReplicationInfo.GetChannelIndex


InitChannels

simulated event InitChannels ()

Overrides: UnrealVoiceReplicationInfo.InitChannels


Other instance functions

GetChannel

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

Overrides: UnrealVoiceReplicationInfo.GetChannel


GetMask

simulated function int GetMask (VoiceChatRoom Room)

Overrides: VoiceChatReplicationInfo.GetMask


GetOpposingTeamChannel

simulated function int GetOpposingTeamChannel (int ChannelIndex)


GetTitle

simulated function string GetTitle (VoiceChatRoom Room)

Overrides: VoiceChatReplicationInfo.GetTitle


JoinChannel

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

Overrides: UnrealVoiceReplicationInfo.JoinChannel


JoinChannelAt

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

Overrides: UnrealVoiceReplicationInfo.JoinChannelAt


NotifyTeamChange

function NotifyTeamChange (PlayerReplicationInfo PRI, int TeamIndex)

Overrides: VoiceChatReplicationInfo.NotifyTeamChange


SetMask

function SetMask (VoiceChatRoom Room, int NewMask)

Overrides: VoiceChatReplicationInfo.SetMask


ValidRoom

simulated function bool ValidRoom (VoiceChatRoom Room)

Overrides: VoiceChatReplicationInfo.ValidRoom