| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
|
+-- GUI2K4.UT2K4BotInfoPage
| Inherited Variables from GUI2K4.LockedFloatingWindow |
|---|
| b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | SetupBotInfo (Material Portrait, string DecoTextName, xUtil.PlayerRecord PRE)) | |
| Inherited Functions from GUI2K4.LockedFloatingWindow |
|---|
| AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
SetupBotInfo Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object class=GUISectionBackground name=PicBK
WinWidth=0.290820
WinHeight=0.661731
WinLeft=0.026150
WinTop=0.057558
End Object
sb_PicBK=PicBK
Begin Object class=AltSectionBackground name=HistBk
WinWidth=0.546522
WinHeight=0.269553
WinLeft=0.357891
WinTop=0.515790
LeftPadding=0.01
RightPadding=0.01
End Object
sb_HistBK=HistBK
Begin Object class=GUIImage Name=imgBotPic
WinWidth=0.246875
WinHeight=0.866809
WinLeft=0.079861
WinTop=0.097923
ImageRenderStyle=MSTY_Normal
ImageStyle=ISTY_Scaled
RenderWeight=1.01
End Object
Begin Object class=GUIProgressBar Name=myPB
BarColor=(R=255,G=155,B=255,A=255)
Value=50.0
WinHeight=0.04
FontName="UT2SmallFont"
RenderWeight=1.2
StyleName="TextLabel"
bShowLow=false
bShowHigh=false
bShowValue=false
BarBack=Material'2K4Menus.Newcontrols.NewStatusBar'
BarTop=Material'2K4Menus.Newcontrols.NewStatusFill'
End Object
Begin Object class=GUIScrollTextBox Name=DecoDescription
WinWidth=0.570936
WinHeight=0.269553
WinLeft=0.353008
WinTop=0.613447
CharDelay=0.0025
EOLDelay=0.5
bNeverFocus=true
End Object
AggressionCaption="Aggressiveness"
AgilityCaption="Agility"
AccuracyCaption="Accuracy"
TacticsCaption="Tactics"
i_Portrait=imgBotPic
lb_Deco = DecoDescription
pb_Aggression=myPB
pb_Agility=myPB
pb_Tactics=myPB
pb_Accuracy=myPB
WinWidth=0.902344
WinHeight=0.759115
WinLeft=0.045898
WinTop=0.100228
NoInformation="No Information Available!"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||