Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:UTDrawPlayerListPanel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:06, 26 July 2008 by Wormbo (Talk | contribs) (1 revision)

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

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

Properties

Property group 'UTDrawPlayerListPanel'

bTeamMode

Type: bool


CaptionFont

Type: Font


TeamCaptionColors

Type: Object.Color

Array size: 2


TeamTextColors

Type: Object.Color

Array size: 2


TextFont

Type: Font


Internal variables

FullHeight

Type: float


Opponents

Type: string

Modifiers: localized


Default value: "Players:"

TeamCaptions

Type: string

Array size: 2

Modifiers: localized


Default value, index 0: " Red Team"

Default value, index 1: " Blue Team"

Default values

Property Value
bRequiresTick True

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTDrawPanel.WidgetEventComponent

No new values.

Events

DrawPanel

event DrawPanel ()

Overrides: UTDrawPanel.DrawPanel

Handle drawing in script

Tick_Widget

event Tick_Widget (float DeltaTime)