- Extends
- CriticalEventPlus
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.LocalMessage
|
+-- Gameplay.CriticalEventPlus
|
+-- UnrealGame.CTFMessage
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 name DroppedSoundNames[2];
var sound DroppedSounds[
2];
var name ReturnSoundNames[2];
var sound ReturnSounds[
2];
var name TakenSoundNames[2];
var Sound TakenSounds[
2];
Message
var(Message) localized string CaptureBlue;
var(Message) localized string CaptureRed;
var(Message) localized string DroppedBlue;
var(Message) localized string DroppedRed;
var(Message) localized string HasBlue;
var(Message) localized string HasRed;
var(Message) localized string ReturnBlue;
var(Message) localized string ReturnedBlue;
var(Message) localized string ReturnedRed;
var(Message) localized string ReturnRed;
defaultproperties
{
ReturnBlue="returned the blue flag!"
ReturnRed="returned the red flag!"
ReturnedBlue="The blue flag was returned!"
ReturnedRed="The red flag was returned!"
CaptureBlue="captured the blue flag!"
CaptureRed="captured the red flag!"
DroppedBlue="dropped the blue flag!"
DroppedRed="dropped the red flag!"
HasBlue="took the blue flag!"
HasRed="took the red flag!"
Riffs(0)=Sound'GameSounds.Fanfares.UT2K3Fanfare01'
Riffs(1)=Sound'GameSounds.Fanfares.UT2K3Fanfare04'
Riffs(2)=Sound'GameSounds.Fanfares.UT2K3Fanfare06'
ReturnSoundNames(0)="Red_Flag_Returned"
ReturnSoundNames(1)="Blue_Flag_Returned"
DroppedSoundNames(0)="Red_Flag_Dropped"
DroppedSoundNames(1)="Blue_Flag_Dropped"
TakenSoundNames(0)="Red_Flag_Taken"
TakenSoundNames(1)="Blue_Flag_Taken"
StackMode=SM_Down
PosY=0.100000
}
|
Creation time: Mo 16.4.2007 11:20:17.531 - Created with
UnCodeX