I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:CS_Hud (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> HUD >> UnrealHUD >> CS_Hud
Package: 
UDSDemo

The Unreal Director's Suite Release version: Jan 7th, 1999

[ CS_HUD ]

The CS_Hud holds all the code for creating the special hud effects.

Properties[edit]

Property group 'CS_Hud'[edit]

Credits1[edit]

Type: string

Modifiers: localized


Default value: "INFOGRAMES"

Credits2[edit]

Type: string

Modifiers: localized


Default value: "LEGEND ENTERTAINMENT"

Credits3[edit]

Type: string

Modifiers: localized


Default value: "AND EPIC GAMES"

Credits4[edit]

Type: string

Modifiers: localized


Default value: "PRESENT"

EndCredits1[edit]

Type: string


EndCredits2[edit]

Type: string


EndCredits3[edit]

Type: string


EndCredits4[edit]

Type: string


EndCredits5[edit]

Type: string


EndCredits6[edit]

Type: string


EndCredits7[edit]

Type: string


GameTitle[edit]

Type: string

Modifiers: localized


Default value: "UNREAL: RETURN TO NA PALI"

Internal variables[edit]

bFadingIn[edit]

Type: bool


bForceLetterBox[edit]

Type: bool


bPause[edit]

Type: bool


CreditNumber[edit]

Type: int


MessageNumber[edit]

Type: int


PauseDelay[edit]

Type: float


Default values[edit]

Property Value
MainMenuType Class'Engine.Menu'

Functions[edit]

Events[edit]

PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: UnrealHUD.PostBeginPlay


PostRender[edit]

simulated event PostRender (Canvas Canvas)

Overrides: UnrealHUD.PostRender


Tick[edit]

simulated event Tick (float DeltaTime)

Overrides: UnrealHUD.Tick


Timer[edit]

event Timer ()

Overrides: Actor.Timer


Other instance functions[edit]

ChangeHud[edit]

simulated function ChangeHud (int d)

Overrides: UnrealHUD.ChangeHud


DrawCredits[edit]

simulated function DrawCredits (Canvas Canvas, int CredNumber)


DrawCrossHair[edit]

simulated function DrawCrossHair (Canvas Canvas, int StartX, int StartY)

Overrides: UnrealHUD.DrawCrossHair


DrawCSDebug[edit]

function DrawCSDebug (Canvas Canvas, int TX)


DrawMessage[edit]

simulated function DrawMessage (Canvas Canvas, int MessageNumber)


HUDSetup[edit]

simulated function HUDSetup (Canvas canvas)

Overrides: UnrealHUD.HUDSetup