Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
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[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]
Overrides: UnrealVoiceReplicationInfo.GetChannelIndex
InitChannels[edit]
simulated event InitChannels ()
Overrides: UnrealVoiceReplicationInfo.InitChannels
Other instance functions[edit]
GetChannel[edit]
Overrides: UnrealVoiceReplicationInfo.GetChannel
GetMask[edit]
simulated function int GetMask (VoiceChatRoom Room)
Overrides: VoiceChatReplicationInfo.GetMask
GetOpposingTeamChannel[edit]
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