Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:HudBase (UT2003)
Contents
- 1 Properties
- 1.1 Property group 'HudBase'
- 1.1.1 CroppingAmount
- 1.1.2 CroppingMaterial
- 1.1.3 DoCropping
- 1.1.4 InstrDelta
- 1.1.5 InstrRate
- 1.1.6 InstructionFontFont
- 1.1.7 InstructionFontName
- 1.1.8 InstructionKeyText
- 1.1.9 InstructionText
- 1.1.10 InstructTextBorderX
- 1.1.11 InstructTextBorderY
- 1.1.12 LocalMessages
- 1.1.13 PassStyle
- 1.1.14 TeamIndex
- 1.1.15 VoteMenuClass
- 1.2 Internal variables
- 1.3 Default values
- 1.1 Property group 'HudBase'
- 2 Enums
- 3 Structs
- 4 Functions
- 4.1 Native functions
- 4.2 Other instance functions
- 4.2.1 ClearMessage
- 4.2.2 CreateKeyMenus
- 4.2.3 DisplayLocalMessages
- 4.2.4 Draw2DLocationDot
- 4.2.5 DrawHud
- 4.2.6 DrawHudPassA
- 4.2.7 DrawHudPassB
- 4.2.8 DrawHudPassC
- 4.2.9 DrawHudPassD
- 4.2.10 DrawInstructionGfx
- 4.2.11 DrawInstructionKeyText
- 4.2.12 DrawInstructionText
- 4.2.13 DrawMessage
- 4.2.14 DrawTargeting
- 4.2.15 DrawWeaponName
- 4.2.16 GetLocalStatsScreen
- 4.2.17 GetScreenCoords
- 4.2.18 LayoutMessage
- 4.2.19 LoadInstructionFont
- 4.2.20 LocalizedMessage
- 4.2.21 Message
- 4.2.22 PrecacheFonts
- 4.2.23 SetCropping
- 4.2.24 SetInstructionKeyText
- 4.2.25 SetInstructionText
- 4.2.26 SetTargeting
- 4.2.27 UpdateHud
- Package:
- XInterface
- Direct subclass:
- HudBDeathMatch
- 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. |
null
Properties
Property group 'HudBase'
CroppingAmount
Type: float
Default value: 0.25
CroppingMaterial
Type: Material
DoCropping
Type: bool
InstrDelta
Type: float
InstrRate
Type: float
InstructionFontFont
Type: Font
InstructionFontName
Type: string
Modifiers: localized
Default value: "UT2003Fonts.jFontMono800x600"
InstructionKeyText
Type: string
InstructionText
Type: string
InstructTextBorderX
Type: float
Default value: 10.0
InstructTextBorderY
Type: float
Default value: 10.0
LocalMessages
Type: HudLocalizedMessage
Array size: 8
Modifiers: transient
PassStyle
Type: Actor.ERenderStyle
Modifiers: transient
For debugging.
TeamIndex
Type: int
Modifiers: transient
VoteMenuClass
Internal variables
bHideWeaponName
Type: bool
Modifiers: globalconfig
bShowTargeting
Type: bool
Modifiers: transient
FontsPrecached
Type: byte
LastWeaponName
Type: string
TargetingLocation
Type: Object.Vector
Modifiers: transient
TargetingSize
Type: float
Modifiers: transient
TargetMaterial
Type: Material
Default value: Material'InterfaceContent.Hud.fbBombFocus'
WeaponDrawColor
Type: Object.Color
WeaponDrawTimer
Type: float
Default values
Enums
EScaleMode
- SM_None
- SM_Up
- SM_Down
- SM_Left
- SM_Right
Structs
DigitSet
- Material DigitTexture
- Object.IntBox TextureCoords[11]
- 0-9, 11th element is negative sign
HudLocalizedMessage
- class<LocalMessage> Message
- string StringMessage
- int Switch
- PlayerReplicationInfo RelatedPRI
- PlayerReplicationInfo RelatedPRI2
- Object OptionalObject
- float EndOfLife
- float LifeTime
- Font StringFont
- Object.Color DrawColor
- Object.EDrawPivot DrawPivot
- LocalMessage.EStackMode StackMode
- float PosX
- float PosY
- float DX
- float DY
- bool Drawn
NumericWidget
- Actor.ERenderStyle RenderStyle
- int MinDigitCount
- float TextureScale
- Object.EDrawPivot DrawPivot
- float PosX
- float PosY
- int OffsetX
- int OffsetY
- Object.Color Tints[2]
- int bPadWithZeroes
- int Value
SpriteWidget
- Material WidgetTexture
- Actor.ERenderStyle RenderStyle
- Object.IntBox TextureCoords
- float TextureScale
- Object.EDrawPivot DrawPivot
- float PosX
- float PosY
- int OffsetX
- int OffsetY
- EScaleMode ScaleMode
- float Scale
- Object.Color Tints[2]
Functions
Native functions
DrawNumericWidget
DrawSpriteWidget
Other instance functions
ClearMessage
CreateKeyMenus
Overrides: Hud.CreateKeyMenus
DisplayLocalMessages
Draw2DLocationDot
DrawHud
Overrides: Hud.DrawHud
DrawHudPassA
DrawHudPassB
DrawHudPassC
DrawHudPassD
DrawInstructionGfx
Overrides: Hud.DrawInstructionGfx
DrawInstructionKeyText
DrawInstructionText
DrawMessage
DrawTargeting
Overrides: Hud.DrawTargeting
DrawWeaponName
GetLocalStatsScreen
Overrides: Hud.GetLocalStatsScreen
GetScreenCoords
LayoutMessage
LoadInstructionFont
LocalizedMessage
Overrides: Hud.LocalizedMessage
Message
Overrides: Hud.Message
PrecacheFonts
SetCropping
Overrides: Hud.SetCropping
SetInstructionKeyText
Overrides: Hud.SetInstructionKeyText
SetInstructionText
Overrides: Hud.SetInstructionText
SetTargeting
Overrides: Hud.SetTargeting