The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UnrealChatRoom (UT2004)
Object >> Actor >> Info >> VoiceChatRoom >> UnrealChatRoom |
Contents
- 1 Functions
- 1.1 Events
- 1.2 Other instance functions
- 1.2.1 AddChild
- 1.2.2 AddMember
- 1.2.3 CanJoinChannel
- 1.2.4 Count
- 1.2.5 GetMask
- 1.2.6 GetMembers
- 1.2.7 GetPassword
- 1.2.8 GetTeam
- 1.2.9 GetTitle
- 1.2.10 IsBanned
- 1.2.11 IsFull
- 1.2.12 IsPrivateChannel
- 1.2.13 IsPublicChannel
- 1.2.14 JoinChannel
- 1.2.15 LeaveChannel
- 1.2.16 RemoveChild
- 1.2.17 RemoveMember
- 1.2.18 SetGRI
- 1.2.19 SetMask
- 1.2.20 SetTeam
- Package:
- UnrealGame
- Direct subclass:
- UnrealTeamChatRoom
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. |
Main chat room class.
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Functions
Events
IsMember
Overrides: VoiceChatRoom.IsMember
PostNetBeginPlay
Overrides: Actor.PostNetBeginPlay
Timer
Overrides: Actor.Timer
Other instance functions
AddChild
Overrides: VoiceChatRoom.AddChild
AddMember
Overrides: VoiceChatRoom.AddMember
CanJoinChannel
Overrides: VoiceChatRoom.CanJoinChannel
Count
GetMask
Overrides: VoiceChatRoom.GetMask
GetMembers
Overrides: VoiceChatRoom.GetMembers
GetPassword
Overrides: VoiceChatRoom.GetPassword
GetTeam
Overrides: VoiceChatRoom.GetTeam
GetTitle
Overrides: VoiceChatRoom.GetTitle
IsBanned
IsFull
Overrides: VoiceChatRoom.IsFull
IsPrivateChannel
Overrides: VoiceChatRoom.IsPrivateChannel
IsPublicChannel
Overrides: VoiceChatRoom.IsPublicChannel
JoinChannel
Overrides: VoiceChatRoom.JoinChannel
LeaveChannel
Overrides: VoiceChatRoom.LeaveChannel
RemoveChild
Overrides: VoiceChatRoom.RemoveChild
RemoveMember
Overrides: VoiceChatRoom.RemoveMember
SetGRI
Overrides: Actor.SetGRI
SetMask
SetTeam
Overrides: VoiceChatRoom.SetTeam