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

Botpack.TimeMessage

Extends
CriticalEventPlus

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.LocalMessage
         |   
         +-- Botpack.LocalMessagePlus
            |   
            +-- Botpack.CriticalEventPlus
               |   
               +-- Botpack.TimeMessage

Variables Summary
stringTimeMessage[16]
SoundTimeSound[16]
Inherited Variables from Botpack.LocalMessagePlus
CyanColor, FontSize, GreenColor, LightGreenColor

Functions Summary
function ClientReceive (PlayerPawn 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 Botpack.CriticalEventPlus
GetOffset
Inherited Functions from Botpack.LocalMessagePlus
GetColor, GetFontSize, GetOffset


Variables Detail

TimeMessage[16] Source code

var localized string TimeMessage[16];

TimeSound[16] Source code

var Sound TimeSound[16];


Functions Detail

ClientReceive Source code

static simulated function ClientReceive ( PlayerPawn 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
{
     TimeMessage(0)="5 minutes left in the game!"
     TimeMessage(2)="3 minutes left in the game!"
     TimeMessage(3)="2 minutes left in the game!"
     TimeMessage(4)="1 minute left in the game!"
     TimeMessage(5)="30 seconds left!"
     TimeMessage(6)="10 seconds left!"
     TimeMessage(7)="9..."
     TimeMessage(8)="8..."
     TimeMessage(9)="7..."
     TimeMessage(10)="6..."
     TimeMessage(11)="5 seconds and counting..."
     TimeMessage(12)="4..."
     TimeMessage(13)="3..."
     TimeMessage(14)="2..."
     TimeMessage(15)="1..."
     TimeSound(0)=Sound'Announcer.(All).cd5min'
     TimeSound(2)=Sound'Announcer.(All).cd3min'
     TimeSound(4)=Sound'Announcer.(All).cd1min'
     TimeSound(6)=Sound'Announcer.(All).cd10'
     TimeSound(7)=Sound'Announcer.(All).cd9'
     TimeSound(8)=Sound'Announcer.(All).cd8'
     TimeSound(9)=Sound'Announcer.(All).cd7'
     TimeSound(10)=Sound'Announcer.(All).cd6'
     TimeSound(11)=Sound'Announcer.(All).cd5'
     TimeSound(12)=Sound'Announcer.(All).cd4'
     TimeSound(13)=Sound'Announcer.(All).cd3'
     TimeSound(14)=Sound'Announcer.(All).cd2'
     TimeSound(15)=Sound'Announcer.(All).cd1'
     bBeep=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:06.129 - Created with UnCodeX