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

UE2:UT2K4BotInfoPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

UT2K4 version of UT2BotInfoPage

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

AccuracyCaption[edit]

Type: string

Modifiers: localized


Default value: "Accuracy"

AggressionCaption[edit]

Type: string

Modifiers: localized


Default value: "Aggressiveness"

AgilityCaption[edit]

Type: string

Modifiers: localized


Default value: "Agility"

i_Portrait[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'imgBotPic'

lb_Deco[edit]

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'DecoDescription'

NoInformation[edit]

Type: string

Modifiers: localized


Default value: "No Information Available!"

pb_Accuracy[edit]

Type: GUIProgressBar

Modifiers: automated


Default value: GUIProgressBar'myPB'

pb_Aggression[edit]

Type: GUIProgressBar

Modifiers: automated


Default value: GUIProgressBar'myPB'

pb_Agility[edit]

Type: GUIProgressBar

Modifiers: automated


Default value: GUIProgressBar'myPB'

pb_Tactics[edit]

Type: GUIProgressBar

Modifiers: automated


Default value: GUIProgressBar'myPB'

sb_HistBK[edit]

Type: AltSectionBackground

Modifiers: automated


Default value: AltSectionBackground'HistBk'

sb_PicBK[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'PicBK'

TacticsCaption[edit]

Type: string

Modifiers: localized


Default value: "Tactics"

Default values[edit]

Property Value
WinHeight 0.759115
WinLeft 0.045898
WinTop 0.100228
WinWidth 0.902344

Subobjects[edit]

DecoDescription[edit]

Class: XInterface.GUIScrollTextBox

Property Value
bNeverFocus True
CharDelay 0.0025
EOLDelay 0.5
WinHeight 0.269553
WinLeft 0.353008
WinTop 0.613447
WinWidth 0.570936

HistBk[edit]

Class: GUI2K4.AltSectionBackground

Property Value
LeftPadding 0.01
RightPadding 0.01
WinHeight 0.269553
WinLeft 0.357891
WinTop 0.51579
WinWidth 0.546522

imgBotPic[edit]

Class: XInterface.GUIImage

Property Value
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Scaled
RenderWeight 1.01
WinHeight 0.866809
WinLeft 0.079861
WinTop 0.097923
WinWidth 0.246875

myPB[edit]

Class: XInterface.GUIProgressBar

Property Value
BarBack Material'2K4Menus.Newcontrols.NewStatusBar'
BarColor
Member Value
A 255
B 255
G 155
R 255
BarTop Material'2K4Menus.Newcontrols.NewStatusFill'
bShowHigh False
bShowLow False
bShowValue False
FontName "UT2SmallFont"
RenderWeight 1.2
StyleName "TextLabel"
Value 50.0
WinHeight 0.04

PicBK[edit]

Class: XInterface.GUISectionBackground

Property Value
WinHeight 0.661731
WinLeft 0.02615
WinTop 0.057558
WinWidth 0.29082

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: LockedFloatingWindow.InitComponent


Other instance functions[edit]

SetupBotInfo[edit]

function SetupBotInfo (Material Portrait, string DecoTextName, xUtil.PlayerRecord PRE)