The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:UTLockWarningMessage (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
 
Line 17: Line 17:
 
<!-- enter variable description -->
 
<!-- enter variable description -->
  
'''Default value:''' "Eintreffender AVRiL!"
+
'''Default value:''' "Incoming Longbow!"
  
 
====MissileLockOnString====
 
====MissileLockOnString====
Line 26: Line 26:
 
<!-- enter variable description -->
 
<!-- enter variable description -->
  
'''Default value:''' "Raketen-Lock-On!"
+
'''Default value:''' "Missile Lock-On!"
  
 
====RadarLockString====
 
====RadarLockString====
Line 35: Line 35:
 
<!-- enter variable description -->
 
<!-- enter variable description -->
  
'''Default value:''' "Feidlicher Radar-Lock!"
+
'''Default value:''' "Enemy Radar Lock!"
  
 
====SPMAAcquiredString====
 
====SPMAAcquiredString====
Line 44: Line 44:
 
<!-- enter variable description -->
 
<!-- enter variable description -->
  
'''Default value:''' "Hellfire SPMA erworben"
+
'''Default value:''' "Hellfire SPMA Acquired"
  
 
===Internal variables===
 
===Internal variables===
Line 124: Line 124:
 
|-
 
|-
 
| {{tl|Lifetime||LocalMessage}}
 
| {{tl|Lifetime||LocalMessage}}
| 2.0
+
| 2.5
 
|-
 
|-
 
| {{tl|MessageArea||UTLocalMessage}}
 
| {{tl|MessageArea||UTLocalMessage}}

Latest revision as of 08:40, 23 May 2008

UT3 Object >> LocalMessage >> UTLocalMessage >> UTLockWarningMessage
Package: 
UTGame
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'Message'[edit]

AvrilLockOnString[edit]

Type: string

Modifiers: localized


Default value: "Incoming Longbow!"

MissileLockOnString[edit]

Type: string

Modifiers: localized


Default value: "Missile Lock-On!"

RadarLockString[edit]

Type: string

Modifiers: localized


Default value: "Enemy Radar Lock!"

SPMAAcquiredString[edit]

Type: string

Modifiers: localized


Default value: "Hellfire SPMA Acquired"

Internal variables[edit]

RedColor[edit]

Type: Object.Color


Default value:

Member Value
A 255
B 0
G 0
R 255

YellowColor[edit]

Type: Object.Color


Default value:

Member Value
A 255
B 0
G 255
R 255

Default values[edit]

Property Value
bIsPartiallyUnique True
DrawColor
Member Value
A 255
B 255
G 160
R 0
FontSize 1
Lifetime 2.5
MessageArea 3

Static functions[edit]

AnnouncementLevel[edit]

static function byte AnnouncementLevel (byte MessageIndex)

Overrides: UTLocalMessage.AnnouncementLevel


GetColor[edit]

static function Object.Color GetColor (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.GetColor


GetString[edit]

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

Overrides: LocalMessage.GetString