Gah - a solution with more questions. – EntropicLqd
UE3:UTScoreInfoPanel (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreInfoPanel |
Contents
- 1 Properties
- 1.1 Property group 'UTScoreInfoPanel'
- 1.1.1 BarColor
- 1.1.2 BarCoords
- 1.1.3 BarPct
- 1.1.4 BarTex
- 1.1.5 GameTypeColor
- 1.1.6 GameTypeFont
- 1.1.7 LogoCoords
- 1.1.8 LogoPos
- 1.1.9 LogoSize
- 1.1.10 LogoTex
- 1.1.11 MapNameColor
- 1.1.12 MapNameFont
- 1.1.13 MapNameYPad
- 1.1.14 PanelCoords
- 1.1.15 PanelPct
- 1.1.16 PanelTex
- 1.1.17 RulesColor
- 1.1.18 RulesFont
- 1.2 Internal variables
- 1.3 Subobjects
- 1.1 Property group 'UTScoreInfoPanel'
- 2 Events
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[edit]
Property group 'UTScoreInfoPanel'[edit]
BarColor[edit]
Type: Object.LinearColor
Default value:
Member | Value |
---|---|
A | 1.0 |
B | 0.0 |
G | 0.0 |
R | 0.0 |
BarCoords[edit]
Type: UIRoot.TextureCoordinates
BarPct[edit]
Type: float
BarTex[edit]
Type: Texture2D
GameTypeColor[edit]
Type: Object.Color
GameTypeFont[edit]
Type: Font
LogoCoords[edit]
Type: UIRoot.TextureCoordinates
LogoPos[edit]
Type: Object.Vector2D
LogoSize[edit]
Type: Object.Vector2D
LogoTex[edit]
Type: Texture2D
MapNameColor[edit]
Type: Object.Color
MapNameFont[edit]
Type: Font
MapNameYPad[edit]
Type: float
PanelCoords[edit]
Type: UIRoot.TextureCoordinates
PanelPct[edit]
Type: float
PanelTex[edit]
Type: Texture2D
RulesColor[edit]
Type: Object.Color
RulesFont[edit]
Type: Font
Internal variables[edit]
GameNameString[edit]
Type: string
Modifiers: transient
LastMapPlayed[edit]
Type: string
Modifiers: transient
RulesString[edit]
Type: string
Modifiers: transient
UTHudSceneOwner[edit]
Type: UTUIScene_Hud
Cached reference to the HUDSceneOwner
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTDrawPanel.WidgetEventComponent
No new values.
Events[edit]
DrawPanel[edit]
Overrides: UTDrawPanel.DrawPanel
Handle drawing in script
PostInitialize[edit]
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized