Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:HudBDeathMatch (UT2003)
Contents
- 1 Constants
- 2 Properties
- 2.1 Property group 'HudBDeathMatch'
- 2.2 Internal variables
- 2.2.1 CountDown
- 2.2.2 CurAmmoPrimary
- 2.2.3 CurEnergy
- 2.2.4 CurHealth
- 2.2.5 CurRank
- 2.2.6 CurScore
- 2.2.7 CurShield
- 2.2.8 InitialViewingString
- 2.2.9 LastHealth
- 2.2.10 LastShield
- 2.2.11 LongCount
- 2.2.12 MaxAmmoPrimary
- 2.2.13 MaxEnergy
- 2.2.14 MaxShield
- 2.2.15 MySceneManagers
- 2.2.16 NamedPlayer
- 2.2.17 NameTime
- 2.2.18 NowViewing
- 2.2.19 OldRemainingTime
- 2.2.20 Portrait
- 2.2.21 PortraitPRI
- 2.2.22 PortraitTime
- 2.2.23 PortraitX
- 2.2.24 pulseArmorIcon
- 2.2.25 pulseHealthIcon
- 2.2.26 ScoreDiff
- 2.2.27 ScoreText
- 2.2.28 WaitingToSpawn
- 2.2.29 WonMatchPostFix
- 2.2.30 WonMatchPrefix
- 2.2.31 YouveLostTheMatch
- 2.2.32 YouveWonTheMatch
- 2.3 Default values
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 ArmorPulse
- 3.2.2 CalculateAmmo
- 3.2.3 CalculateEnergy
- 3.2.4 CalculateHealth
- 3.2.5 CalculateScore
- 3.2.6 CalculateShield
- 3.2.7 CheckCountdown
- 3.2.8 DisplayPortrait
- 3.2.9 DrawCrosshair
- 3.2.10 DrawEnemyName
- 3.2.11 DrawHudPassA
- 3.2.12 DrawHudPassC
- 3.2.13 DrawLevelAction
- 3.2.14 DrawSpectatingHud
- 3.2.15 DrawWeaponBar
- 3.2.16 GetScoreTagLine
- 3.2.17 GetScoreText
- 3.2.18 GetScoreValue
- 3.2.19 LoadLevelActionFont
- 3.2.20 LowHealth
- 3.2.21 Message
- 3.2.22 pulseNumber
- 3.2.23 pulseWidget
- 3.2.24 ShowPointBarBottom
- 3.2.25 ShowPointBarTop
- 3.2.26 UpdateHud
- 3.2.27 UpdatePrecacheMaterials
- 3.2.28 UpdateRankAndSpread
- Package:
- XInterface
- Direct subclasses:
- HudBTeamDeathMatch, HudLMS, HudMutant
- This class in other games:
- UT2004
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. |
Constants
WEAPON_BAR_SIZE
Value: 9
Properties
Property group 'HudBDeathMatch'
See HudBDeathMatch property group HudBDeathMatch.
Internal variables
CountDown
Type: Sound
Array size: 10
Default value, index 0: Sound'AnnouncerMain.One'
Default value, index 1: Sound'AnnouncerMain.Two'
Default value, index 2: Sound'AnnouncerMain.Three'
Default value, index 3: Sound'AnnouncerMain.Four'
Default value, index 4: Sound'AnnouncerMain.Five'
Default value, index 5: Sound'AnnouncerMain.Six'
Default value, index 6: Sound'AnnouncerMain.Seven'
Default value, index 7: Sound'AnnouncerMain.Eight'
Default value, index 8: Sound'AnnouncerMain.Nine'
Default value, index 9: Sound'AnnouncerMain.Ten'
CurAmmoPrimary
Type: float
Modifiers: transient
CurEnergy
Type: float
Modifiers: transient
CurHealth
Type: float
Modifiers: transient
CurRank
Type: int
Modifiers: transient
CurScore
Type: int
Modifiers: transient
CurShield
Type: float
Modifiers: transient
InitialViewingString
Type: string
Modifiers: localized
Default value: "Press Fire to View a different Player"
LastHealth
Type: float
Modifiers: transient
LastShield
Type: float
Modifiers: transient
LongCount
Type: Sound
Array size: 6
Default value, index 0: Sound'AnnouncerMain.5_minute_warning'
Default value, index 1: Sound'AnnouncerMain.3_minutes_remain'
Default value, index 2: Sound'AnnouncerMain.2_minutes_remain'
Default value, index 3: Sound'AnnouncerMain.1_minute_remains'
Default value, index 4: Sound'AnnouncerMain.30_seconds_remain'
Default value, index 5: Sound'AnnouncerMain.20_seconds'
MaxAmmoPrimary
Type: float
Modifiers: transient
MaxEnergy
Type: float
Modifiers: transient
MaxShield
Type: float
Modifiers: transient
MySceneManagers
Type: array<SceneManager>
NamedPlayer
Type: PlayerReplicationInfo
NameTime
Type: float
NowViewing
Type: string
Modifiers: localized
Default value: "Now viewing"
OldRemainingTime
Type: int
Portrait
Type: Material
PortraitPRI
Type: PlayerReplicationInfo
PortraitTime
Type: float
PortraitX
Type: float
pulseArmorIcon
Type: float
Modifiers: transient
pulseHealthIcon
Type: float
Modifiers: transient
ScoreDiff
Type: int
Modifiers: transient
ScoreText
Type: string
Modifiers: localized
Default value: "Score"
WaitingToSpawn
Type: string
Modifiers: localized
Default value: "Press [Fire] to join the match!"
WonMatchPostFix
Type: string
Modifiers: localized
Default value: " won the match!"
WonMatchPrefix
Type: string
Modifiers: localized
YouveLostTheMatch
Type: string
Modifiers: localized
Default value: "You've lost the match."
YouveWonTheMatch
Type: string
Modifiers: localized
Default value: "You've won the match!"
Default values
Property | Value |
---|---|
ConsoleMessagePosX | 0.0050 |
ConsoleMessagePosY | 0.825 |
Functions
Events
PostBeginPlay
Overrides: Hud.PostBeginPlay
Tick
Overrides: Actor.Tick
Other instance functions
ArmorPulse
CalculateAmmo
CalculateEnergy
CalculateHealth
CalculateScore
CalculateShield
CheckCountdown
Overrides: Hud.CheckCountdown
DisplayPortrait
Overrides: Hud.DisplayPortrait
DrawCrosshair
Overrides: Hud.DrawCrosshair
DrawEnemyName
DrawHudPassA
Overrides: HudBase.DrawHudPassA
DrawHudPassC
Overrides: HudBase.DrawHudPassC
DrawLevelAction
Overrides: Hud.DrawLevelAction
DrawSpectatingHud
Overrides: Hud.DrawSpectatingHud
DrawWeaponBar
GetScoreTagLine
GetScoreText
GetScoreValue
LoadLevelActionFont
LowHealth
Message
Overrides: HudBase.Message
pulseNumber
pulseWidget
ShowPointBarBottom
ShowPointBarTop
UpdateHud
Overrides: HudBase.UpdateHud
UpdatePrecacheMaterials
Overrides: Actor.UpdatePrecacheMaterials