Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:Hud (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:ConsoleMessage (UT2004))
Jump to: navigation, search
UT2004 Object >> Actor >> Hud

Contents

Package: 
Engine
Direct subclasses:
CinematicHud, HudBase
This class in other games:
UT2003

null

[edit] Properties

See Hud properties.

[edit] Structs

[edit] ConsoleMessage

string Text 
Object.Color TextColor 
float MessageLife 
PlayerReplicationInfo PRI 

[edit] Delegates

[edit] OnBuildMOTD

delegate OnBuildMOTD (Hud Sender)


[edit] OnPostRender

delegate OnPostRender (Hud Sender, Canvas C)


[edit] Functions

[edit] Static native functions

[edit] StaticDrawCanvasLine

native static final function StaticDrawCanvasLine (Canvas C, float X1, float Y1, float X2, float Y2, Object.Color LineColor)


[edit] Other static functions

[edit] GetConsoleFont

static function Font GetConsoleFont (Canvas C)


[edit] GetMediumFontFor

static function Font GetMediumFontFor (Canvas Canvas)


[edit] LargerFontThan

static function Font LargerFontThan (Font aFont)


[edit] LoadFontStatic

static function Font LoadFontStatic (int i)


[edit] Exec functions

[edit] GrowHUD

exec function GrowHUD ()


[edit] NextStats

exec function NextStats ()


[edit] ShowDebug

exec function ShowDebug ()


[edit] ShowHud

exec function ShowHud ()


[edit] ShowScores

exec function ShowScores ()


[edit] ShowStats

exec function ShowStats ()


[edit] ShrinkHUD

exec function ShrinkHUD ()


[edit] Native functions

[edit] Draw3DLine

native final function Draw3DLine (Object.Vector Start, Object.Vector End, Object.Color LineColor)


[edit] DrawCanvasLine

native final function DrawCanvasLine (float X1, float Y1, float X2, float Y2, Object.Color LineColor)


[edit] Events

[edit] AnnouncementPlayed

event AnnouncementPlayed (name AnnouncerSound, byte Switch)


[edit] ConnectFailure

event ConnectFailure (string FailCode, string URL)


[edit] Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


[edit] PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] PostRender

simulated event PostRender (Canvas Canvas)


[edit] WorldSpaceOverlays

simulated event WorldSpaceOverlays ()


[edit] Other instance functions

See Hud instance functions.