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

UTGame.UTDrawPlayerListPanel

Extends
UTDrawPanel
Modifiers
native ( UI )

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

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

Variables Summary
floatFullHeight
stringOpponents
stringTeamCaptions[2]
UTDrawPlayerListPanel
boolbTeamMode
FontCaptionFont
colorTeamCaptionColors[2]
colorTeamTextColors[2]
FontTextFont
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 Tick_Widget (float DeltaTime))
Inherited Functions from UTGame.UTDrawPanel
Draw2DLine, DrawPanel
Inherited Functions from UTGame.UTUI_Widget
FindDataStore, GetPlayerControllerId, NotifyGameSessionEnded


Variables Detail

FullHeight Source code

var float FullHeight;

Opponents Source code

var localized string Opponents;

TeamCaptions[2] Source code

var localized string TeamCaptions[2];

UTDrawPlayerListPanel

bTeamMode Source code

var(UTDrawPlayerListPanel) bool bTeamMode;

CaptionFont Source code

var(UTDrawPlayerListPanel) Font CaptionFont;

TeamCaptionColors[2] Source code

var(UTDrawPlayerListPanel) color TeamCaptionColors[2];

TeamTextColors[2] Source code

var(UTDrawPlayerListPanel) color TeamTextColors[2];

TextFont Source code

var(UTDrawPlayerListPanel) Font TextFont;


Functions Detail

DrawPanel Source code

event DrawPanel ( ) )

Tick_Widget Source code

event Tick_Widget ( float DeltaTime) )


Defaultproperties

defaultproperties
{
   TeamCaptions(0)=" Red Team"
   TeamCaptions(1)=" Blue Team"
   Opponents="Players:"
   bRequiresTick=True
   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__UTDrawPlayerListPanel"
   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:51.199 - Created with UnCodeX