Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTScoreInfoPanel

Extends
UTDrawPanel

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- UTGame.UTUI_Widget
            |   
            +-- UTGame.UTDrawPanel
               |   
               +-- UTGame.UTScoreInfoPanel

Variables Summary
stringGameNameString
stringLastMapPlayed
stringRulesString
UTUIScene_HudUTHudSceneOwner
UTScoreInfoPanel
linearColorBarColor
TextureCoordinatesBarCoords
floatBarPct
texture2DBarTex
ColorGameTypeColor
fontGameTypeFont
TextureCoordinatesLogoCoords
vector2DLogoPos
vector2DLogoSize
texture2DLogoTex
ColorMapNameColor
fontMapNameFont
floatMapNameYPad
TextureCoordinatesPanelCoords
floatPanelPct
texture2DPanelTex
ColorRulesColor
fontRulesFont
Inherited Variables from UTGame.UTDrawPanel
bUseFullViewport, Canvas, pHeight, pLeft, pTop, pWidth, ResolutionScale
Inherited Variables from UTGame.UTUI_Widget
bRequiresTick, UTSceneOwner

Functions Summary
event DrawPanel ()))
event PostInitialize ()))
Inherited Functions from UTGame.UTDrawPanel
Draw2DLine, DrawPanel
Inherited Functions from UTGame.UTUI_Widget
FindDataStore, GetPlayerControllerId, NotifyGameSessionEnded


Variables Detail

GameNameString Source code

var transient string GameNameString;

LastMapPlayed Source code

var transient string LastMapPlayed;

RulesString Source code

var transient string RulesString;

UTHudSceneOwner Source code

var UTUIScene_Hud UTHudSceneOwner;
Cached reference to the HUDSceneOwner

UTScoreInfoPanel

BarColor Source code

var(UTScoreInfoPanel) linearColor BarColor;

BarCoords Source code

var(UTScoreInfoPanel) TextureCoordinates BarCoords;

BarPct Source code

var(UTScoreInfoPanel) float BarPct;

BarTex Source code

var(UTScoreInfoPanel) texture2D BarTex;

GameTypeColor Source code

var(UTScoreInfoPanel) Color GameTypeColor;

GameTypeFont Source code

var(UTScoreInfoPanel) font GameTypeFont;

LogoCoords Source code

var(UTScoreInfoPanel) TextureCoordinates LogoCoords;

LogoPos Source code

var(UTScoreInfoPanel) vector2D LogoPos;

LogoSize Source code

var(UTScoreInfoPanel) vector2D LogoSize;

LogoTex Source code

var(UTScoreInfoPanel) texture2D LogoTex;

MapNameColor Source code

var(UTScoreInfoPanel) Color MapNameColor;

MapNameFont Source code

var(UTScoreInfoPanel) font MapNameFont;

MapNameYPad Source code

var(UTScoreInfoPanel) float MapNameYPad;

PanelCoords Source code

var(UTScoreInfoPanel) TextureCoordinates PanelCoords;

PanelPct Source code

var(UTScoreInfoPanel) float PanelPct;

PanelTex Source code

var(UTScoreInfoPanel) texture2D PanelTex;

RulesColor Source code

var(UTScoreInfoPanel) Color RulesColor;

RulesFont Source code

var(UTScoreInfoPanel) font RulesFont;


Functions Detail

DrawPanel Source code

event DrawPanel ( ) )

PostInitialize Source code

event PostInitialize ( ) )


Defaultproperties

defaultproperties
{
   BarColor=(R=0.000000,G=0.000000,B=0.000000,A=1.000000)
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTDrawPanel:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTScoreInfoPanel"
   ObjectArchetype=UTDrawPanel'UTGame.Default__UTDrawPanel'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:56.146 - Created with UnCodeX