I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "UE2:ACTION DisplayMessage (UT2003)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(almost same as UT2004 version) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{UE2:ACTION_DisplayMessage (UT2003)}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 02:55, 17 November 2009
Object >> ScriptedAction >> ACTION_DisplayMessage |
- Package:
- Gameplay
- This class in other games:
- U2, UE2Runtime, UT2004
Displays a HUD message.
Properties
Property group 'Action'
bBroadcast
Type: bool
Whether to broadcast the message to all players. Otherwise the message is only sent to the instigator.
Message
Type: string
The message string to display.
MessageType
Type: name
The message type to use. The default value 'CriticalEvent' causes a large HUD message to be displayed. Most other values result in a console message in the chat area instead.
Default value: 'CriticalEvent'
Default values
Property | Value |
---|---|
ActionString | "display message" |
Instance functions
GetActionString
function string GetActionString ()
Overrides: ScriptedAction.GetActionString
Returns the Description "display message" plus the messge string.
InitActionFor
function bool InitActionFor (ScriptedController C)
Overrides: ScriptedAction.InitActionFor
Sends the message.