UE2:HudOverlay (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> Actor >> HudOverlay
Package:
Engine
This class in other games:

Class: Engine.HudOverlay Parent: Engine.Actor

HudOverlays are used to display alternate information on the hud

Instance functions

KeyEvent

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


Message

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


Render

simulated function Render (Canvas C)


Visibility

simulated function Visibility (bool On)