I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:TeamVoiceReplicationInfo (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> ReplicationInfo >> VoiceChatReplicationInfo >> UnrealVoiceReplicationInfo >> TeamVoiceReplicationInfo |
Contents
- Package:
- UnrealGame
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Overrides: UnrealVoiceReplicationInfo.GetChannelIndex
InitChannels
simulated event InitChannels ()
Overrides: UnrealVoiceReplicationInfo.InitChannels
Other instance functions
GetChannel
Overrides: UnrealVoiceReplicationInfo.GetChannel
GetMask
simulated function int GetMask (VoiceChatRoom Room)
Overrides: VoiceChatReplicationInfo.GetMask
GetOpposingTeamChannel
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