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

Engine.FailedConnect

Extends
LocalMessage
Modifiers
abstract

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

Variables Summary
stringFailMessage[4]
Inherited Variables from Engine.LocalMessage
bBeep, bCenter, bComplexString, bFadeMessage, bFromBottom, bIsConsoleMessage, bIsSpecial, bIsUnique, bOffsetYPos, ChildMessage, DrawColor, FontSize, Lifetime, XPos, YPos

Structures Summary
Inherited Structures from Engine.Info
KeyValuePair, PlayerResponseLine, ServerResponseLine

Functions Summary
functionint GetFailSwitch (string FailString))
functionstring GetString (optional int Switch, optional Core.Object Related1, optional Core.Object Related2, optional Core.Object OptionalObject, optional string OptionalString ))
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetOffset, GetRelatedString, GetString, RenderComplexMessage
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, FillPlayInfo


Variables Detail

FailMessage[4] Source code

var localized string FailMessage[4];


Functions Detail

GetFailSwitch Source code

static function int GetFailSwitch ( string FailString) )

GetString Source code

static function string GetString ( optional int Switch, optional Core.Object Related1, optional Core.Object Related2, optional Core.Object OptionalObject, optional string OptionalString ) )


Defaultproperties

defaultproperties
{
	bBeep=false
	bFadeMessage=True
	bIsUnique=True


	DrawColor=(R=255,G=0,B=128,A=255)
	FontSize=1
	
	FailMessage(0)="FAILED TO JOIN GAME.  NEED PASSWORD."
	FailMessage(1)="FAILED TO JOIN GAME.  WRONG PASSWORD."
	FailMessage(2)="FAILED TO JOIN GAME.  GAME HAS STARTED."
	FailMessage(3)="FAILED TO JOIN GAME."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:29.736 - Created with UnCodeX