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

UE2:HudOverlay (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> Actor >> HudOverlay
Package: 
Engine
This class in other games:
UT2004

Class: Engine.HudOverlay Parent: Engine.Actor

HudOverlays are used to display alternate information on the hud

Instance functions[edit]

KeyEvent[edit]

simulated function KeyEvent (byte Key, byte Action, float Delta)


Message[edit]

simulated function Message (PlayerReplicationInfo PRI, coerce string Msg, name MsgType)


Render[edit]

simulated function Render (Canvas C)


Visibility[edit]

simulated function Visibility (bool On)