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

UE2:ACTION_DisplayMessage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:10, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> ScriptedAction >> ACTION_DisplayMessage

Contents

Package: 
Gameplay
This class in other games:
U2, UE2Runtime, UT2004

null

Properties

Property group 'Action'

bBroadcast

Type: bool


Message

Type: string


MessageType

Type: name


Default value: 'CriticalEvent'

Default values

Property Value
ActionString "display message"

Instance functions

GetActionString

function string GetActionString ()

Overrides: ScriptedAction.GetActionString


InitActionFor

function bool InitActionFor (ScriptedController C)

Overrides: ScriptedAction.InitActionFor