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

UE2:UnrealTeamChatRoom (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> VoiceChatRoom >> UnrealChatRoom >> UnrealTeamChatRoom
Package: 
UnrealGame

UnrealTeamChatRoom allows the server to have two channels with the same name - one for each team

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

Instance functions[edit]

CanJoinChannel[edit]

simulated function bool CanJoinChannel (PlayerReplicationInfo PRI)

Overrides: UnrealChatRoom.CanJoinChannel


IsTeamChannel[edit]

simulated function bool IsTeamChannel ()

Overrides: VoiceChatRoom.IsTeamChannel


NotifyTeamChange[edit]

function bool NotifyTeamChange (PlayerReplicationInfo PRI, int NewTeamIndex)

Overrides: VoiceChatRoom.NotifyTeamChange