Mostly Harmless
Difference between revisions of "UE3:UTDrawPlayerListPanel (UDK)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
(class was removed) |
||
Line 8: | Line 8: | ||
| parent6 = Object | | parent6 = Object | ||
}} | }} | ||
− | {{ | + | {{delete|class no longer exists}} |
− | + | ||
==Properties== | ==Properties== |
Latest revision as of 06:31, 17 January 2010
Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTDrawPlayerListPanel |
Contents
This page has been proposed for deletion. If you think this page should be kept, please state a reason on its talk page. |
Properties[edit]
Property group 'UTDrawPlayerListPanel'[edit]
bTeamMode[edit]
Type: bool
CaptionFont[edit]
Type: Font
TeamCaptionColors[edit]
Type: Object.Color
Array size: 2
TeamTextColors[edit]
Type: Object.Color
Array size: 2
TextFont[edit]
Type: Font
Internal variables[edit]
FullHeight[edit]
Type: float
Opponents[edit]
Type: string
Modifiers: localized
TeamCaptions[edit]
Type: string
Array size: 2
Modifiers: localized
Default value, index 0: " Red"
Default value, index 1: " Blue"
Default values[edit]
Property | Value |
---|---|
bRequiresTick | True |
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTDrawPanel.WidgetEventComponent
No new values.
Events[edit]
DrawPanel[edit]
event DrawPanel ()
Overrides: UTDrawPanel.DrawPanel
Handle drawing in script
Tick_Widget[edit]
event Tick_Widget (float DeltaTime)