GUI2K4.UT2K4Tab_BotConfigBase
- Extends
- UT2K4GameTabBase
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.UT2K4GameTabBase
|
+-- GUI2K4.UT2K4Tab_BotConfigBase
Direct Known Subclasses:
UT2K4Tab_BotConfigMP, UT2K4Tab_BotConfigSP
UT2K4Tab_BotConfigBase
function bool InternalMouseOver (
GUIComponent Sender,
Canvas C,
out int X,
out int Y,
out int XL,
out int YL )
function InternalOnEndDrag (
GUIComponent Accepting,
bool bAccepted )
function string Play ( )
function SetupBotLists ( bool bIsTeam )
function SetVis ( bool bIsTeam )
function ShowPanel ( bool bShow )
defaultproperties
{
Begin Object Class=GUISectionBackground Name=BotConfigMainBG
Caption="Drag a character on to its respective team"
WinTop=0.650734
WinLeft=0.058516
WinWidth=0.887501
WinHeight=0.328047
OnPreDraw=BotConfigMainBG.InternalPreDraw
End Object
sb_Bots=GUISectionBackground'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigMainBG'
Begin Object Class=GUISectionBackground Name=BotConfigRedBackground
Caption="Red Team"
WinTop=0.008334
WinLeft=0.011758
WinWidth=0.358731
WinHeight=0.576876
OnPreDraw=BotConfigRedBackground.InternalPreDraw
End Object
sb_Red=GUISectionBackground'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigRedBackground'
Begin Object Class=GUISectionBackground Name=BotConfigBlueBackground
Caption="Blue Team"
WinTop=0.008334
WinLeft=0.629743
WinWidth=0.358731
WinHeight=0.576876
OnPreDraw=BotConfigBlueBackground.InternalPreDraw
End Object
sb_Blue=GUISectionBackground'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigBlueBackground'
Begin Object Class=AltSectionBackground Name=BotConfigPortraitBackground
FontScale=FNS_Small
WinTop=0.037820
WinLeft=0.392777
WinWidth=0.220218
WinHeight=0.512104
OnPreDraw=BotConfigPortraitBackground.InternalPreDraw
End Object
sb_PBK=AltSectionBackground'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigPortraitBackground'
Begin Object Class=GUICharacterList Name=BotConfigCharList
StyleName="CharButton"
Hint="To add a bot, drag the portrait to the desired team's list, or use the arrow buttons above"
WinTop=0.714826
WinLeft=0.139140
WinWidth=0.724609
WinHeight=0.236758
TabOrder=7
bDropSource=Wahr
bDropTarget=Wahr
OnClick=BotConfigCharList.InternalOnClick
OnRightClick=BotConfigCharList.InternalOnRightClick
OnMousePressed=BotConfigCharList.InternalOnMousePressed
OnMouseRelease=BotConfigCharList.InternalOnMouseRelease
OnChange=UT2K4Tab_BotConfigBase.CharListChange
OnKeyEvent=BotConfigCharList.InternalOnKeyEvent
OnBeginDrag=UT2K4Tab_BotConfigBase.InternalOnBeginDrag
OnEndDrag=BotConfigCharList.InternalOnEndDrag
OnDragDrop=BotConfigCharList.InternalOnDragDrop
OnDragEnter=BotConfigCharList.InternalOnDragEnter
OnDragLeave=BotConfigCharList.InternalOnDragLeave
OnDragOver=BotConfigCharList.InternalOnDragOver
End Object
li_Bots=GUICharacterList'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigCharList'
Begin Object Class=GUIImage Name=BotConfigPortrait
DropShadow=Texture'2K4Menus.Controls.Shadow'
ImageStyle=ISTY_Scaled
ImageRenderStyle=MSTY_Normal
DropShadowY=6
WinTop=0.003986
WinLeft=0.400000
WinWidth=0.200000
WinHeight=0.573754
RenderWeight=1.101000
End Object
i_Portrait=GUIImage'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigPortrait'
Begin Object Class=GUIVertImageListBox Name=BotConfigRedList
ImageScale=0.200000
bVisibleWhenEmpty=Wahr
bSorted=Wahr
OnCreateComponent=BotConfigRedList.InternalOnCreateComponent
Hint="These are the bots that will play on the red team"
WinTop=0.060750
WinLeft=0.014258
WinWidth=0.345352
WinHeight=0.504883
TabOrder=0
OnChange=UT2K4Tab_BotConfigBase.ListChange
End Object
lb_Red=GUIVertImageListBox'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigRedList'
Begin Object Class=GUIVertImageListBox Name=BotConfigBlueList
ImageScale=0.200000
bVisibleWhenEmpty=Wahr
bSorted=Wahr
OnCreateComponent=BotConfigBlueList.InternalOnCreateComponent
Hint="These are the bots that will play on the blue team"
WinTop=0.060750
WinLeft=0.634728
WinWidth=0.345352
WinHeight=0.504883
TabOrder=5
OnChange=UT2K4Tab_BotConfigBase.ListChange
End Object
lb_Blue=GUIVertImageListBox'GUI2K4.UT2K4Tab_BotConfigBase.BotConfigBlueList'
Begin Object Class=GUIButton Name=IABotConfigConfig
Caption="Info"
Hint="View detailed stats for this bot."
WinTop=0.593949
WinLeft=0.357306
WinWidth=0.136563
WinHeight=0.049765
TabOrder=9
OnClick=UT2K4Tab_BotConfigBase.InternalOnClick
OnKeyEvent=IABotConfigConfig.InternalOnKeyEvent
End Object
b_Config=GUIButton'GUI2K4.UT2K4Tab_BotConfigBase.IABotConfigConfig'
Begin Object Class=GUIButton Name=BotLeft
StyleName="ArrowLeft"
WinTop=0.790963
WinLeft=0.101953
WinWidth=0.043555
WinHeight=0.084414
TabOrder=6
bNeverFocus=Wahr
bRepeatClick=Wahr
OnClick=UT2K4Tab_BotConfigBase.InternalOnClick
OnKeyEvent=BotLeft.InternalOnKeyEvent
End Object
b_Left=GUIButton'GUI2K4.UT2K4Tab_BotConfigBase.BotLeft'
Begin Object Class=GUIButton Name=BotRight
StyleName="ArrowRight"
WinTop=0.790963
WinLeft=0.854649
WinWidth=0.043555
WinHeight=0.084414
TabOrder=8
bNeverFocus=Wahr
bRepeatClick=Wahr
OnClick=UT2K4Tab_BotConfigBase.InternalOnClick
OnKeyEvent=BotRight.InternalOnKeyEvent
End Object
b_Right=GUIButton'GUI2K4.UT2K4Tab_BotConfigBase.BotRight'
Begin Object Class=GUIButton Name=IABotConfigDoConfig
Caption="Edit"
Hint="Customize the AI attributes for this bot"
WinTop=0.593949
WinLeft=0.505743
WinWidth=0.136563
WinHeight=0.049765
TabOrder=10
OnClick=UT2K4Tab_BotConfigBase.InternalOnClick
OnKeyEvent=IABotConfigDoConfig.InternalOnKeyEvent
End Object
b_DoConfig=GUIButton'GUI2K4.UT2K4Tab_BotConfigBase.IABotConfigDoConfig'
bAllowDuplicates=Wahr
DMCaption="DeathMatch Team"
RedCaption="Red Team"
WinTop=0.150000
WinHeight=0.770000
}
|
Creation time: Mo 16.4.2007 11:20:35.453 - Created with
UnCodeX