Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:CS_Hud (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> Actor >> HUD >> UnrealHUD >> CS_Hud

Contents

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.

[edit] Properties

[edit] Property group 'CS_Hud'

[edit] Credits1

Type: string

Modifiers: localized


Default value: "INFOGRAMES"

[edit] Credits2

Type: string

Modifiers: localized


Default value: "LEGEND ENTERTAINMENT"

[edit] Credits3

Type: string

Modifiers: localized


Default value: "AND EPIC GAMES"

[edit] Credits4

Type: string

Modifiers: localized


Default value: "PRESENT"

[edit] EndCredits1

Type: string


[edit] EndCredits2

Type: string


[edit] EndCredits3

Type: string


[edit] EndCredits4

Type: string


[edit] EndCredits5

Type: string


[edit] EndCredits6

Type: string


[edit] EndCredits7

Type: string


[edit] GameTitle

Type: string

Modifiers: localized


Default value: "UNREAL: RETURN TO NA PALI"

[edit] Internal variables

[edit] bFadingIn

Type: bool


[edit] bForceLetterBox

Type: bool


[edit] bPause

Type: bool


[edit] CreditNumber

Type: int


[edit] MessageNumber

Type: int


[edit] PauseDelay

Type: float


[edit] Default values

Property Value
MainMenuType Class'Engine.Menu'

[edit] Functions

[edit] Events

[edit] PostBeginPlay

simulated event PostBeginPlay ()

Overrides: UnrealHUD.PostBeginPlay


[edit] PostRender

simulated event PostRender (Canvas Canvas)

Overrides: UnrealHUD.PostRender


[edit] Tick

simulated event Tick (float DeltaTime)

Overrides: UnrealHUD.Tick


[edit] Timer

event Timer ()

Overrides: Actor.Timer


[edit] Other instance functions

[edit] ChangeHud

simulated function ChangeHud (int d)

Overrides: UnrealHUD.ChangeHud


[edit] DrawCredits

simulated function DrawCredits (Canvas Canvas, int CredNumber)


[edit] DrawCrossHair

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

Overrides: UnrealHUD.DrawCrossHair


[edit] DrawCSDebug

function DrawCSDebug (Canvas Canvas, int TX)


[edit] DrawMessage

simulated function DrawMessage (Canvas Canvas, int MessageNumber)


[edit] HUDSetup

simulated function HUDSetup (Canvas canvas)

Overrides: UnrealHUD.HUDSetup