Gah - a solution with more questions. – EntropicLqd

UE3:UTScoreInfoPanel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:38, 16 August 2009 by Wormbo (Talk | contribs) (added missing members)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreInfoPanel
Package: 
UTGame
This class in other games:
UDK

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

event DrawPanel ()

Overrides: UTDrawPanel.DrawPanel

Handle drawing in script

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized