Gah - a solution with more questions. – EntropicLqd
UE2:HUD (U2XMP)
Contents
- 1 Properties
- 1.1 Property group 'HUD'
- 1.2 Internal variables
- 1.2.1 bBadConnectionAlert
- 1.2.2 bHideCenterMessages
- 1.2.3 bHideHUD
- 1.2.4 BigFont
- 1.2.5 bShowDebugInfo
- 1.2.6 bShowScores
- 1.2.7 ConnectingMessage
- 1.2.8 HUDConfigWindowType
- 1.2.9 LargeFont
- 1.2.10 LoadingMessage
- 1.2.11 MedFont
- 1.2.12 MessageLife
- 1.2.13 nextHUD
- 1.2.14 PausedMessage
- 1.2.15 PlayerOwner
- 1.2.16 PrecachingMessage
- 1.2.17 SavingMessage
- 1.2.18 Scoring
- 1.2.19 SmallFont
- 1.2.20 TextMessages
- 1.3 Default values
- 2 Structs
- 3 Functions
- 3.1 Exec functions
- 3.2 Native functions
- 3.3 Events
- 3.4 Other instance functions
- 3.4.1 AddTextMessage
- 3.4.2 ClearMessage
- 3.4.3 CopyMessage
- 3.4.4 DisplayBadConnectionAlert
- 3.4.5 DisplayMessages
- 3.4.6 DisplayProgressMessage
- 3.4.7 DrawHUD
- 3.4.8 DrawLevelAction
- 3.4.9 DrawRoute
- 3.4.10 LocalizedMessage
- 3.4.11 Message
- 3.4.12 PlayReceivedMessage
- 3.4.13 PlayStartupMessage
- 3.4.14 PrintActionMessage
- 3.4.15 ProcessKeyEvent
- 3.4.16 SpawnScoreBoard
- 3.4.17 UseHugeFont
- 3.4.18 UseLargeFont
- 3.4.19 UseMediumFont
- 3.4.20 UseSmallFont
- Package:
- Engine
- Direct subclass:
- NullHUD
- This class in other games:
- RTNP, U1, UT, UE2Runtime, UT3, UDK
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. |
HUD: Superclass of the heads-up display.
Properties[edit]
Property group 'HUD'[edit]
bMessageBeep[edit]
Type: bool
Modifiers: config
Default value: True
Internal variables[edit]
bBadConnectionAlert[edit]
Type: bool
display warning about bad connection
bHideCenterMessages[edit]
Type: bool
don't draw centered messages (screen center being used)
bHideHUD[edit]
Type: bool
Should the hud display itself.
BigFont[edit]
Type: Font
Big system font.
Default value: Font'Engine.SmallFont'
bShowDebugInfo[edit]
Type: bool
if true, show properties of current ViewTarget
bShowScores[edit]
Type: bool
ConnectingMessage[edit]
Type: string
Modifiers: localized
Default value: "CONNECTING"
HUDConfigWindowType[edit]
Type: string
LargeFont[edit]
Type: Font
Largest system font.
Default value: Font'Engine.SmallFont'
LoadingMessage[edit]
Type: string
Modifiers: localized
Default value: "LOADING"
MedFont[edit]
Type: Font
Medium system font.
Default value: Font'Engine.SmallFont'
MessageLife[edit]
Type: float
Array size: 4
nextHUD[edit]
Type: HUD
list of huds which render to the canvas
PausedMessage[edit]
Type: string
Modifiers: localized
Default value: "PAUSED"
PlayerOwner[edit]
Type: PlayerController
always the actual owner
PrecachingMessage[edit]
Type: string
Modifiers: localized
SavingMessage[edit]
Type: string
Modifiers: localized
Default value: "SAVING"
Scoring[edit]
Type: ScoreBoard
SmallFont[edit]
Type: Font
Small system font.
Default value: Font'Engine.SmallFont'
TextMessages[edit]
Type: string
Array size: 4
Default values[edit]
Property | Value |
---|---|
bHidden | True |
RemoteRole | ROLE_None |
Structs[edit]
HUDLocalizedMessage[edit]
- class<LocalMessage> Message
- int Switch
- PlayerReplicationInfo RelatedPRI
- Object OptionalObject
- float EndOfLife
- float LifeTime
- bool bDrawing
- int numLines
- string StringMessage
- Object.Color DrawColor
- Font StringFont
- float XL
- float YL
- float YPos
Functions[edit]
Exec functions[edit]
ShowDebug[edit]
ShowScores[edit]
Native functions[edit]
Draw3DLine[edit]
Events[edit]
Destroyed[edit]
Overrides: Actor.Destroyed
PostBeginPlay[edit]
Overrides: Actor.PostBeginPlay