Always snap to grid
UE2:ACTION_DisplayMessage (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> ScriptedAction >> ACTION_DisplayMessage |
Displays a HUD message.
Properties[edit]
Property group 'Action'[edit]
bBroadcast[edit]
Type: bool
Whether to broadcast the message to all players. Otherwise the message is only sent to the instigator.
Message[edit]
Type: string
The message string to display.
MessageType[edit]
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[edit]
Property | Value |
---|---|
ActionString | "display message" |
Instance functions[edit]
GetActionString[edit]
function string GetActionString ()
Overrides: ScriptedAction.GetActionString
Returns the Description "display message" plus the messge string.
InitActionFor[edit]
function bool InitActionFor (ScriptedController C)
Overrides: ScriptedAction.InitActionFor
Sends the message.