UE2:HudCCaptureTheFlag (UT2004): Difference between revisions
Auto-generated page |
m added G15 function |
||
Line 8: | Line 8: | ||
| parent6 = Object | | parent6 = Object | ||
}} | }} | ||
HUD class for UT2004 Capture the Flag gametype. | |||
==Properties== | ==Properties== | ||
Line 700: | Line 699: | ||
'''Overrides:''' {{tl|UpdateTeamHud|HudCTeamDeathMatch}} | '''Overrides:''' {{tl|UpdateTeamHud|HudCTeamDeathMatch}} | ||
<!-- enter function description --> | |||
===G15 function=== | |||
This is only available in the UT2004 v3372 "G15" patch. | |||
====GetScoreTitle==== | |||
{{code|simulated function [[string]] '''GetScoreTitle''' ()}} | |||
'''Overrides:''' {{tl|GetScoreTitle|HudBase|instance functions}} | |||
<!-- enter function description --> | <!-- enter function description --> |
Latest revision as of 06:00, 28 July 2008
![]() |
Object >> Actor >> Hud >> HudBase >> HudCDeathMatch >> HudCTeamDeathMatch >> HudCCaptureTheFlag |
- Package:
- XInterface
HUD class for UT2004 Capture the Flag gametype.
Properties
Property group 'HudCCaptureTheFlag'
BLUEtmpPosX
Type: float
Default value: 0.044
BLUEtmpPosY
Type: float
Default value: 0.026
BLUEtmpScaleX
Type: float
Default value: 0.02
BLUEtmpScaleY
Type: float
Default value: 0.03
NewFlagWidgets
Type: HudBase.SpriteWidget
Array size: 2
Default value, index 0:
Member | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DrawPivot | DP_UpperRight | ||||||||||
OffsetX | -42 | ||||||||||
OffsetY | 8 | ||||||||||
PosX | 0.5 | ||||||||||
PosY | 0.0 | ||||||||||
RenderStyle | STY_Alpha | ||||||||||
Scale | 1.0 | ||||||||||
ScaleMode | SM_Right | ||||||||||
TextureCoords |
| ||||||||||
TextureScale | 0.45 | ||||||||||
Tints[0] |
| ||||||||||
Tints[1] |
| ||||||||||
WidgetTexture | Texture'HudContent.Generic.HUD' |
Default value, index 1:
Member | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DrawPivot | DP_UpperLeft | ||||||||||
OffsetX | 42 | ||||||||||
OffsetY | 8 | ||||||||||
PosX | 0.5 | ||||||||||
PosY | 0.0 | ||||||||||
RenderStyle | STY_Alpha | ||||||||||
Scale | 1.0 | ||||||||||
ScaleMode | SM_Right | ||||||||||
TextureCoords |
| ||||||||||
TextureScale | 0.45 | ||||||||||
Tints[0] |
| ||||||||||
Tints[1] |
| ||||||||||
WidgetTexture | Texture'HudContent.Generic.HUD' |
REDtmpPosX
Type: float
Default value: 0.058
REDtmpPosY
Type: float
Default value: 0.026
REDtmpScaleX
Type: float
Default value: 0.02
REDtmpScaleY
Type: float
Default value: 0.03
SymbolGB
Type: HudBase.SpriteWidget
Array size: 2
Internal variables
BlueBase
Type: Actor
FlagDownWidgets
Type: HudBase.SpriteWidget
Array size: 2
Default value, index 0:
Member | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DrawPivot | DP_UpperRight | ||||||||||
OffsetX | -53 | ||||||||||
OffsetY | 40 | ||||||||||
PosX | 0.5 | ||||||||||
PosY | 0.0 | ||||||||||
RenderStyle | STY_Alpha | ||||||||||
Scale | 1.0 | ||||||||||
ScaleMode | SM_Right | ||||||||||
TextureCoords |
| ||||||||||
TextureScale | 0.45 | ||||||||||
Tints[0] |
| ||||||||||
Tints[1] |
| ||||||||||
WidgetTexture | Material'HudContent.Generic.HUDPulse' |
Default value, index 1:
Member | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DrawPivot | DP_UpperLeft | ||||||||||
OffsetX | 53 | ||||||||||
OffsetY | 40 | ||||||||||
PosX | 0.5 | ||||||||||
PosY | 0.0 | ||||||||||
RenderStyle | STY_Alpha | ||||||||||
Scale | 1.0 | ||||||||||
ScaleMode | SM_Right | ||||||||||
TextureCoords |
| ||||||||||
TextureScale | 0.45 | ||||||||||
Tints[0] |
| ||||||||||
Tints[1] |
| ||||||||||
WidgetTexture | Material'HudContent.Generic.HUDPulse' |
FlagHeldWidgets
Type: HudBase.SpriteWidget
Array size: 2
Default value, index 0:
Member | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DrawPivot | DP_UpperRight | ||||||||||
OffsetX | -95 | ||||||||||
OffsetY | 25 | ||||||||||
PosX | 0.5 | ||||||||||
PosY | 0.0 | ||||||||||
RenderStyle | STY_Alpha | ||||||||||
Scale | 1.0 | ||||||||||
ScaleMode | SM_Right | ||||||||||
TextureCoords |
| ||||||||||
TextureScale | 0.3 | ||||||||||
Tints[0] |
| ||||||||||
Tints[1] |
| ||||||||||
WidgetTexture | Material'HudContent.Generic.HUDPulse' |
Default value, index 1:
Member | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DrawPivot | DP_UpperLeft | ||||||||||
OffsetX | 95 | ||||||||||
OffsetY | 25 | ||||||||||
PosX | 0.5 | ||||||||||
PosY | 0.0 | ||||||||||
RenderStyle | STY_Alpha | ||||||||||
Scale | 1.0 | ||||||||||
ScaleMode | SM_Right | ||||||||||
TextureCoords |
| ||||||||||
TextureScale | 0.3 | ||||||||||
Tints[0] |
| ||||||||||
Tints[1] |
| ||||||||||
WidgetTexture | Material'HudContent.Generic.HUDPulse' |
RedBase
Type: Actor
Structs
FFlagWidget
- Actor.EFlagState FlagState
- HudBase.SpriteWidget Widgets[4]
Functions
Events
PostBeginPlay
Overrides: HudCDeathMatch.PostBeginPlay
Timer
Overrides: Actor.Timer
Other instance functions
ShowTeamScorePassA
Overrides: HudCTeamDeathMatch.ShowTeamScorePassA
UpdateTeamHud
Overrides: HudCTeamDeathMatch.UpdateTeamHud
G15 function
This is only available in the UT2004 v3372 "G15" patch.
GetScoreTitle
Overrides: HudBase.GetScoreTitle