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

Engine.ChatRoomMessage

Extends
LocalMessage

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- Engine.ChatRoomMessage

Variables Summary
stringAnonText
stringChatRoomString[16]
Inherited Variables from Engine.LocalMessage
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Enumerations Summary
Inherited Enumerations from Engine.LocalMessage
EStackMode

Functions Summary
functionstring AssembleMessage (int Index, string ChannelTitle, optional PlayerReplicationInfo RelatedPRI)
functionbool IsConsoleMessage (int Index)
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

AnonText Source code

var localized string AnonText;

ChatRoomString[16] Source code

var localized string ChatRoomString[16];


Functions Detail

AssembleMessage Source code

static function string AssembleMessage ( int Index, string ChannelTitle, optional PlayerReplicationInfo RelatedPRI )

IsConsoleMessage Source code

static function bool IsConsoleMessage ( int Index )


Defaultproperties

defaultproperties
{
     AnonText="Someone"
     ChatRoomString(0)="Invalid channel or channel couldn't be found: '%title%'"
     ChatRoomString(1)="Already a member of channel '%title%'"
     ChatRoomString(2)="Channel '%title%' requires a password!"
     ChatRoomString(3)="Incorrect password specified for channel '%title%'"
     ChatRoomString(4)="You have been banned from channel '%title%'"
     ChatRoomString(5)="Couldn't join channel '%title%'.  Channel full!"
     ChatRoomString(6)="You are not allowed to join channel '%title%'"
     ChatRoomString(7)="Successfully joined channel '%title%'"
     ChatRoomString(8)="You left channel '%title%'"
     ChatRoomString(9)="Now speaking on channel '%title%'"
     ChatRoomString(10)="No longer speaking on channel '%title%'"
     ChatRoomString(11)="'%pri%' joined channel '%title%'"
     ChatRoomString(12)="'%pri%' left channel '%title%'"
     ChatRoomString(13)="Successfully banned '%pri%' from your personal chat channel"
     ChatRoomString(14)="Voice-chat ban action not successful.  No player with the specified ID was found"
     ChatRoomString(15)="Voice chat is not enabled on this server"
}

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