UE3:UTScoreInfoPanel (UT3): Difference between revisions
No edit summary |
m added missing members |
||
Line 9: | Line 9: | ||
}} | }} | ||
{{autogenerated}} | {{autogenerated}} | ||
Copyright 1998- | Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. | ||
==Properties== | ==Properties== | ||
Line 122: | Line 122: | ||
===Internal variables=== | ===Internal variables=== | ||
====GameNameString==== | |||
'''Type:''' [[string]] | |||
'''[[Variables#Modifiers|Modifiers]]:''' transient | |||
<!-- enter variable description --> | |||
====LastMapPlayed==== | ====LastMapPlayed==== | ||
'''Type:''' [[string]] | |||
'''[[Variables#Modifiers|Modifiers]]:''' transient | |||
<!-- enter variable description --> | |||
====RulesString==== | |||
'''Type:''' [[string]] | '''Type:''' [[string]] | ||
Latest revision as of 05:38, 16 August 2009
![]() |
Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreInfoPanel |
- Package:
- UTGame
- This class in other games:
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. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'UTScoreInfoPanel'
BarColor
Type: Object.LinearColor
Default value:
Member | Value |
---|---|
A | 1.0 |
B | 0.0 |
G | 0.0 |
R | 0.0 |
BarCoords
Type: UIRoot.TextureCoordinates
BarPct
Type: float
BarTex
Type: Texture2D
GameTypeColor
Type: Object.Color
GameTypeFont
Type: Font
LogoCoords
Type: UIRoot.TextureCoordinates
LogoPos
Type: Object.Vector2D
LogoSize
Type: Object.Vector2D
LogoTex
Type: Texture2D
MapNameColor
Type: Object.Color
MapNameFont
Type: Font
MapNameYPad
Type: float
PanelCoords
Type: UIRoot.TextureCoordinates
PanelPct
Type: float
PanelTex
Type: Texture2D
RulesColor
Type: Object.Color
RulesFont
Type: Font
Internal variables
GameNameString
Type: string
Modifiers: transient
LastMapPlayed
Type: string
Modifiers: transient
RulesString
Type: string
Modifiers: transient
UTHudSceneOwner
Type: UTUIScene_Hud
Cached reference to the HUDSceneOwner
Subobjects
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTDrawPanel.WidgetEventComponent
No new values.
Events
DrawPanel
Overrides: UTDrawPanel.DrawPanel
Handle drawing in script
PostInitialize
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized