Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.ReplicationInfo | +-- Engine.VoiceChatReplicationInfo | +-- UnrealGame.UnrealVoiceReplicationInfo | +-- UnrealGame.TeamVoiceReplicationInfo
Constants Summary |
---|
Inherited Contants from Engine.VoiceChatReplicationInfo |
---|
NUMPROPS |
Variables Summary | |
---|---|
int | BlueTeamMask |
bool | bTeamChatOnly |
int | RedTeamMask |
Inherited Variables from UnrealGame.UnrealVoiceReplicationInfo |
---|
ChatBroadcastClass, ChatBroadcastHandler |
Structures Summary |
---|
Inherited Structures from Engine.VoiceChatReplicationInfo |
---|
VoiceChatCodec |
Functions Summary | ||
---|---|---|
![]() | VoiceChatRoom | GetChannel (string ChatRoomName, optional int TeamIndex) |
![]() | int | GetChannelIndex (string ChannelTitle, optional int TeamIndex) |
![]() | int | GetMask (VoiceChatRoom Room) |
![]() | int | GetOpposingTeamChannel (int ChannelIndex) |
![]() | string | GetTitle (VoiceChatRoom Room) |
![]() | InitChannels () | |
![]() | VoiceChatRoom.EJoinChatResult | JoinChannel (string ChannelTitle, PlayerReplicationInfo PRI, string Password) |
![]() | VoiceChatRoom.EJoinChatResult | JoinChannelAt (int ChannelIndex, PlayerReplicationInfo PRI, string Password) |
![]() | NotifyTeamChange (PlayerReplicationInfo PRI, int TeamIndex) | |
![]() | SetMask (VoiceChatRoom Room, int NewMask) | |
![]() | bool | ValidRoom (VoiceChatRoom Room) |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { PublicChannelNames(2)="Team" ChatRoomClass=Class'UnrealGame.UnrealTeamChatRoom' DefaultChannel=2 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |