Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.VoiceChatRoom | +-- UnrealGame.UnrealChatRoom
UnrealTeamChatRoom
Variables Summary |
---|
Inherited Variables from Engine.VoiceChatRoom |
---|
bLocal, ChannelIndex, Children, GRI, Parent, Password, TeamIndex, VoiceChatManager |
Inherited Variables from Engine.Info |
---|
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup |
Enumerations Summary |
---|
Inherited Enumerations from Engine.VoiceChatRoom |
---|
EJoinChatResult |
Functions Summary | ||
---|---|---|
bool | AddChild (VoiceChatRoom NewChild)) | |
AddMember (PlayerReplicationInfo PRI)) | ||
bool | CanJoinChannel (PlayerReplicationInfo PRI)) | |
int | Count ())) | |
int | GetMask ())) | |
array<PlayerReplicationInfo> | GetMembers ())) | |
string | GetPassword ())) | |
int | GetTeam ())) | |
string | GetTitle ())) | |
bool | IsBanned (PlayerReplicationInfo PRI)) | |
bool | IsFull ())) | |
bool | IsMember (PlayerReplicationInfo PRI, optional bool bNoCascade)) | |
bool | IsPrivateChannel ())) | |
bool | IsPublicChannel ())) | |
EJoinChatResult | JoinChannel (PlayerReplicationInfo NewPRI, string InPassword)) | |
bool | LeaveChannel (PlayerReplicationInfo LeavingPRI)) | |
PostNetBeginPlay ())) | ||
bool | RemoveChild (VoiceChatRoom Child)) | |
RemoveMember (PlayerReplicationInfo PRI)) | ||
SetGRI (GameReplicationInfo InGRI)) | ||
SetMask (int NewMask )) | ||
SetTeam (int NewTeam )) | ||
Timer ())) |
Inherited Functions from Engine.VoiceChatRoom |
---|
AddChild, AddMember, CanJoinChannel, GetMask, GetMaxChatters, GetMembers, GetPassword, GetTeam, GetTitle, IsFull, IsMember, IsPrivateChannel, IsPublicChannel, IsTeamChannel, JoinChannel, LeaveChannel, NotifyTeamChange, RemoveChild, RemoveMember, SetChannelPassword, SetMemberMask, SetTeam, ValidMask |
Inherited Functions from Engine.Info |
---|
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel |
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |