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

UnrealGame.StartupMessage

Extends
CriticalEventPlus

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- Gameplay.CriticalEventPlus
            |   
            +-- UnrealGame.StartupMessage

Variables Summary
stringNotReady
soundRiff
stringSinglePlayer
stringStage[8]
Inherited Variables from Engine.LocalMessage
bBeep, bComplexString, bFadeMessage, bIsConsoleMessage, bIsPartiallyUnique, bIsSpecial, bIsUnique, ChildMessage, DrawColor, DrawPivot, FontSize, Lifetime, PosX, PosY, StackMode

Enumerations Summary
Inherited Enumerations from Engine.LocalMessage
EStackMode

Functions Summary
function ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
functionstring GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Inherited Functions from Engine.LocalMessage
AssembleString, ClientReceive, GetColor, GetConsoleColor, GetFontSize, GetLifeTime, GetPos, GetRelatedString, GetString, IsConsoleMessage, RenderComplexMessage


Variables Detail

NotReady Source code

var localized string NotReady;

Riff Source code

var sound Riff;

SinglePlayer Source code

var localized string SinglePlayer;

Stage[8] Source code

var localized string Stage[8];


Functions Detail

ClientReceive Source code

static simulated function ClientReceive ( PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject )

GetString Source code

static function string GetString ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject )


Defaultproperties

defaultproperties
{
     Stage(0)="Waiting for other players."
     Stage(1)="Waiting for ready signals. You are READY."
     Stage(2)="The match is about to begin...3"
     Stage(3)="The match is about to begin...2"
     Stage(4)="The match is about to begin...1"
     Stage(5)="The match has begun!"
     Stage(6)="The match has begun!"
     Stage(7)="OVER TIME!"
     NotReady="You are NOT READY. Press Fire!"
     SinglePlayer="Press FIRE to start!"
     Riff=Sound'GameSounds.Fanfares.UT2K3Fanfare11'
     bIsConsoleMessage=False
     DrawColor=(G=64,R=32)
}

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