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

GUI2K4.UT2K4BotInfoPage

Extends
LockedFloatingWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LockedFloatingWindow
                        |   
                        +-- GUI2K4.UT2K4BotInfoPage

Variables Summary
stringAccuracyCaption
stringAggressionCaption
stringAgilityCaption
GUIImagei_Portrait
GUIScrollTextBoxlb_Deco
stringNoInformation
GUIProgressBarpb_Accuracy
GUIProgressBarpb_Aggression
GUIProgressBarpb_Agility
GUIProgressBarpb_Tactics
altSectionBackgroundsb_HistBK
GUISectionBackgroundsb_PicBK
stringTacticsCaption
Inherited Variables from GUI2K4.LockedFloatingWindow
b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function SetupBotInfo (Material Portrait, string DecoTextName, xUtil.PlayerRecord PRE))
Inherited Functions from GUI2K4.LockedFloatingWindow
AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

AccuracyCaption Source code

var localized string AccuracyCaption;

AggressionCaption Source code

var localized string AggressionCaption;

AgilityCaption Source code

var localized string AgilityCaption;

i_Portrait Source code

var automated GUIImage i_Portrait;

lb_Deco Source code

var automated GUIScrollTextBox lb_Deco;

NoInformation Source code

var localized string NoInformation;

pb_Accuracy Source code

var automated GUIProgressBar pb_Accuracy;

pb_Aggression Source code

var automated GUIProgressBar pb_Aggression;

pb_Agility Source code

var automated GUIProgressBar pb_Agility;

pb_Tactics Source code

var automated GUIProgressBar pb_Tactics;

sb_HistBK Source code

var automated altSectionBackground sb_HistBK;

sb_PicBK Source code

var automated GUISectionBackground sb_PicBK;

TacticsCaption Source code

var localized string TacticsCaption;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

SetupBotInfo Source code

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


Defaultproperties

defaultproperties
{
     NoInformation="No Information Available!"
     AggressionCaption="Aggressiveness"
     AccuracyCaption="Accuracy"
     AgilityCaption="Agility"
     TacticsCaption="Tactics"
     Begin Object Class=GUIImage Name=imgBotPic
         ImageStyle=ISTY_Scaled
         ImageRenderStyle=MSTY_Normal
         WinTop=0.097923
         WinLeft=0.079861
         WinWidth=0.246875
         WinHeight=0.866809
         RenderWeight=1.010000
     End Object
     i_Portrait=GUIImage'GUI2K4.UT2K4BotInfoPage.imgBotPic'


     Begin Object Class=GUIProgressBar Name=myPB
         BarBack=Texture'2K4Menus.NewControls.NewStatusBar'
         BarTop=Texture'2K4Menus.NewControls.NewStatusFill'
         BarColor=(B=255,G=155)
         Value=50.000000
         FontName="UT2SmallFont"
         bShowValue=False
         StyleName="TextLabel"
         WinHeight=0.040000
         RenderWeight=1.200000
     End Object
     pb_Accuracy=GUIProgressBar'GUI2K4.UT2K4BotInfoPage.myPB'


     pb_Agility=GUIProgressBar'GUI2K4.UT2K4BotInfoPage.myPB'


     pb_Tactics=GUIProgressBar'GUI2K4.UT2K4BotInfoPage.myPB'


     pb_Aggression=GUIProgressBar'GUI2K4.UT2K4BotInfoPage.myPB'


     Begin Object Class=GUIScrollTextBox Name=DecoDescription
         CharDelay=0.002500
         EOLDelay=0.500000
         OnCreateComponent=DecoDescription.InternalOnCreateComponent
         WinTop=0.613447
         WinLeft=0.353008
         WinWidth=0.570936
         WinHeight=0.269553
         bNeverFocus=True
     End Object
     lb_Deco=GUIScrollTextBox'GUI2K4.UT2K4BotInfoPage.DecoDescription'


     Begin Object Class=GUISectionBackground Name=PicBK
         WinTop=0.057558
         WinLeft=0.026150
         WinWidth=0.290820
         WinHeight=0.661731
         OnPreDraw=PicBK.InternalPreDraw
     End Object
     sb_PicBK=GUISectionBackground'GUI2K4.UT2K4BotInfoPage.PicBK'


     Begin Object Class=AltSectionBackground Name=HistBk
         LeftPadding=0.010000
         RightPadding=0.010000
         WinTop=0.515790
         WinLeft=0.357891
         WinWidth=0.546522
         WinHeight=0.269553
         OnPreDraw=HistBk.InternalPreDraw
     End Object
     sb_HistBK=AltSectionBackground'GUI2K4.UT2K4BotInfoPage.HistBk'


     WinTop=0.100228
     WinLeft=0.045898
     WinWidth=0.902344
     WinHeight=0.759115
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 09:49:56.079 - Created with UnCodeX