Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:HudOverlay (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> Actor >> HudOverlay

Contents

Package: 
Engine
This class in other games:
UT2004

Class: Engine.HudOverlay Parent: Engine.Actor

HudOverlays are used to display alternate information on the hud

[edit] Instance functions

[edit] KeyEvent

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


[edit] Message

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


[edit] Render

simulated function Render (Canvas C)


[edit] Visibility

simulated function Visibility (bool On)