I don't need to test my programs. I have an error-correcting modem.
UE2:Action_DrawHUDMaterial (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> ScriptedAction >> LatentScriptedAction >> Action_DrawHUDMaterial |
Contents
- Package:
- Gameplay
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Draw a texture on the local player's HUD
Properties
Property group 'Action'
DisplayTime
Type: float
Default value: 1.0
Height
Type: float
scaled to screen resolution if <= 1
Default value: 0.2
HUDMaterial
Type: Material
PosX
Type: float
Default value: 0.4
PosY
Type: float
Default value: 0.4
Width
Type: float
Default value: 0.2
Internal variables
Overlay
Type: ScriptedHudOverlay
Default values
Property | Value |
---|---|
ActionString | "draw HUD texture" |
Functions
Events
ActionCompleted
event ActionCompleted ()
Overrides: ScriptedAction.ActionCompleted
Other instance functions
CompleteWhenTimer
function bool CompleteWhenTimer ()
Overrides: LatentScriptedAction.CompleteWhenTimer
CompleteWhenTriggered
function bool CompleteWhenTriggered ()
Overrides: LatentScriptedAction.CompleteWhenTriggered
InitActionFor
function bool InitActionFor (ScriptedController C)
Overrides: LatentScriptedAction.InitActionFor