UE3:UTSPMAMessage (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
No edit summary
 
Line 16: Line 16:
<!-- enter variable description -->
<!-- enter variable description -->


'''Default value, index 0:''' "Während der Bewegung ist der Einsatz nicht möglich!"
'''Default value, index 0:''' "Cannot deploy while moving."


'''Default value, index 1:''' "Drücken Sie [SCHIEßEN] für eine Auseinandersetzung!"
'''Default value, index 1:''' "Press [FIRE] to Grapple."


'''Default value, index 2:''' "Muss eingesetzt werden!"
'''Default value, index 2:''' "Must be deployed."


'''Default value, index 3:''' "Solange die Räder instabil sind, ist der Einsatz nicht möglich!"
'''Default value, index 3:''' "Cannot deploy while wheels are unstable."


'''Default value, index 4:''' "Drücken Sie [SCHIEßEN], um die Kamera einzusetzen!"
'''Default value, index 4:''' "Press [FIRE] to deploy camera."


===Default values===
===Default values===

Latest revision as of 07:40, 23 May 2008

UT3 Object >> LocalMessage >> UTLocalMessage >> UTSPMAMessage
Package:
UTGame

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

Properties

MessageText

Type: array<string>

Modifiers: localized


Default value, index 0: "Cannot deploy while moving."

Default value, index 1: "Press [FIRE] to Grapple."

Default value, index 2: "Must be deployed."

Default value, index 3: "Cannot deploy while wheels are unstable."

Default value, index 4: "Press [FIRE] to deploy camera."

Default values

Property Value
bIsPartiallyUnique True
DrawColor
Member Value
A 255
B 128
G 255
R 255
FontSize 2
MessageArea 2

Static functions

GetLifeTime

static function float GetLifeTime (int Switch)

Overrides: LocalMessage.GetLifeTime


GetString

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

Overrides: LocalMessage.GetString