Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealGame.UnrealChatRoom

Extends
VoiceChatRoom

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.VoiceChatRoom
         |   
         +-- UnrealGame.UnrealChatRoom

Direct Known Subclasses:

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
functionbool AddChild (VoiceChatRoom NewChild)
function AddMember (PlayerReplicationInfo PRI)
functionbool CanJoinChannel (PlayerReplicationInfo PRI)
functionint Count ()
functionint GetMask ()
functionarray<PlayerReplicationInfoGetMembers ()
functionstring GetPassword ()
functionint GetTeam ()
functionstring GetTitle ()
functionbool IsBanned (PlayerReplicationInfo PRI)
functionbool IsFull ()
eventbool IsMember (PlayerReplicationInfo PRI, optional bool bNoCascade)
functionbool IsPrivateChannel ()
functionbool IsPublicChannel ()
functionEJoinChatResult JoinChannel (PlayerReplicationInfo NewPRI, string InPassword)
functionbool LeaveChannel (PlayerReplicationInfo LeavingPRI)
event PostNetBeginPlay ()
functionbool RemoveChild (VoiceChatRoom Child)
function RemoveMember (PlayerReplicationInfo PRI)
function SetGRI (GameReplicationInfo InGRI)
function SetMask (int NewMask)
function SetTeam (int NewTeam)
event 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

AddChild Source code

simulated function bool AddChild ( VoiceChatRoom NewChild )

AddMember Source code

function AddMember ( PlayerReplicationInfo PRI )

CanJoinChannel Source code

simulated function bool CanJoinChannel ( PlayerReplicationInfo PRI )

Count Source code

simulated function int Count ( )

GetMask Source code

simulated function int GetMask ( )

GetMembers Source code

simulated function array<PlayerReplicationInfo> GetMembers ( )

GetPassword Source code

simulated function string GetPassword ( )

GetTeam Source code

simulated function int GetTeam ( )

GetTitle Source code

simulated function string GetTitle ( )

IsBanned Source code

function bool IsBanned ( PlayerReplicationInfo PRI )

IsFull Source code

simulated function bool IsFull ( )

IsMember Source code

simulated event bool IsMember ( PlayerReplicationInfo PRI, optional bool bNoCascade )

IsPrivateChannel Source code

simulated function bool IsPrivateChannel ( )

IsPublicChannel Source code

simulated function bool IsPublicChannel ( )

JoinChannel Source code

function EJoinChatResult JoinChannel ( PlayerReplicationInfo NewPRI, string InPassword )

LeaveChannel Source code

function bool LeaveChannel ( PlayerReplicationInfo LeavingPRI )

PostNetBeginPlay Source code

simulated event PostNetBeginPlay ( )

RemoveChild Source code

simulated function bool RemoveChild ( VoiceChatRoom Child )

RemoveMember Source code

function RemoveMember ( PlayerReplicationInfo PRI )

SetGRI Source code

simulated function SetGRI ( GameReplicationInfo InGRI )

SetMask Source code

function SetMask ( int NewMask )

SetTeam Source code

function SetTeam ( int NewTeam )

Timer Source code

simulated event Timer ( )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:21.265 - Created with UnCodeX