Engine.ChatRoomMessage
- Extends
- LocalMessage
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- Engine.ChatRoomMessage
Inherited Variables from Engine.LocalMessage |
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode |
Inherited Functions from Engine.LocalMessage |
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage |
var localized string AnonText;
var localized string ChatRoomString[16];
static function string AssembleMessage (
int Index,
string ChannelTitle,
optional PlayerReplicationInfo RelatedPRI )
static function bool IsConsoleMessage ( int Index )
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"
}
|
Creation time: Mo 16.4.2007 11:20:16.828 - Created with
UnCodeX