GUI2K4.UT2K4Tab_MutatorBase
- Extends
- UT2K4GameTabBase
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.UT2K4GameTabBase
|
+-- GUI2K4.UT2K4Tab_MutatorBase
Direct Known Subclasses:
UT2K4Tab_MutatorMP, UT2K4Tab_MutatorSP
var bool bIsMultiplayer;
var localized string ContextItems[3];
var localized string GroupConflictText;
var config string LastActiveMutators;
var string MutConfigMenu;
var localized string TheseText;
var localized string ThisText;
delegate OnChangeMutators ( string ActiveMutatorString )
function bool AddingGroup ( string Group) )
BuildActiveMutatorString Source code
function string BuildActiveMutatorString ( ) )
function string GetGroupFor ( string FriendlyName) )
function string NextMutatorInString ( out string mut) )
function string Play ( ) )
function string ResolveMutator ( string FriendlyName) )
function SelectMutator ( string mutclass) )
function ShowPanel ( bool bShow ) )
defaultproperties
{
Begin Object Class=GUIContextMenu Name=RCMenu
End Object
ContextItems(0)="Add %text%"
ContextItems(1)="Remove %text%"
ContextItems(2)="Configure %text%"
MutConfigMenu="GUI2K4.MutatorConfigMenu"
ThisText="This Mutator"
TheseText="These Mutators"
GroupConflictText="Unable to add multiple mutators from the same mutator group!"
Begin Object Class=GUISectionBackground Name=AvailBackground
WinWidth=0.380859
WinHeight=0.547697
WinLeft=0.025156
WinTop=0.036614
Caption="Available Mutators"
LeftPadding=0.0025
RightPadding=0.0025
TopPadding=0.0025
BottomPadding=0.0025
End Object
sb_Avail=AvailBackground
Begin Object Class=GUISectionBackground Name=ActiveBackground
WinWidth=0.380859
WinHeight=0.547697
WinLeft=0.586876
WinTop=0.036614
Caption="Active Mutators"
LeftPadding=0.0025
RightPadding=0.0025
TopPadding=0.0025
BottomPadding=0.0025
End Object
sb_Active=ActiveBackground
Begin Object Class=GUISectionBackground Name=DescriptionBackground
WinWidth=0.942969
WinHeight=0.291796
WinLeft=0.025976
WinTop=0.610678
Caption="Mutator Details"
LeftPadding=0.0025
RightPadding=0.0025
TopPadding=0.0025
BottomPadding=0.0025
End Object
sb_Description=DescriptionBackground
Begin Object Class=GUIListBox Name=IAMutatorAvailList
WinWidth=0.378955
WinHeight=0.501446
WinLeft=0.026108
WinTop=0.144937
bVisibleWhenEmpty=true
OnChange=ListChange
bSorted=True
Hint="These are the available mutators."
TabOrder=0
ContextMenu=RCMenu
HandleContextMenuOpen=ContextMenuOpen
StyleName="NoBackground"
End Object
lb_Avail=IAMutatorAvailList
Begin Object Class=GUIListBox Name=IAMutatorSelectedList
WinWidth=0.378955
WinLeft=0.584376
WinHeight=0.501446
WinTop=0.144937
bVisibleWhenEmpty=true
OnChange=ListChange
bSorted=True
Hint="These are the current selected mutators."
TabOrder=5
ContextMenu=RCMenu
StyleName="NoBackground"
End Object
lb_Active=IAMutatorSelectedList
Begin Object Class=GUIScrollTextBox Name=IAMutatorScroll
WinWidth=0.938254
WinHeight=0.244296
WinLeft=0.028333
WinTop=0.648595
CharDelay=0.0025
EOLDelay=0.5
bNeverFocus=true
StyleName="NoBackground"
bTabStop=False
bVisibleWhenEmpty=True
End Object
lb_MutDesc=IAMutatorScroll
Begin Object Class=GUIButton Name=IAMutatorConfig
Caption="Configure Mutators"
Hint="Configure the selected mutators"
WinWidth=0.239063
WinHeight=0.054648
WinLeft=0.729492
WinTop=0.933490
bVisible=false
OnClick=MutConfigClick
TabOrder=6
End Object
b_Config=IAMutatorConfig
Begin Object Class=GUIButton Name=IAMutatorAdd
Caption="Add"
Hint="Adds the selection to the list of mutators to play with."
WinWidth=0.145000
WinHeight=0.050000
WinLeft=0.425
WinTop=0.194114
OnClickSound=CS_Up
OnClick=AddMutator
TabOrder=1
End Object
b_Add=IAMutatorAdd
Begin Object Class=GUIButton Name=IAMutatorRemove
Caption="Remove"
Hint="Removes the selection from the list of mutators to play with."
WinWidth=0.145000
WinHeight=0.050000
WinLeft=0.425
WinTop=0.424322
OnClickSound=CS_Down
OnClick=RemoveMutator
TabOrder=4
End Object
b_Remove=IAMutatorRemove
Begin Object Class=GUIButton Name=IAMutatorAll
Caption="Add All"
Hint="Adds all mutators to the list of mutators to play with."
WinWidth=0.145000
WinHeight=0.050000
WinLeft=0.425
WinTop=0.259218
OnClickSound=CS_Up
OnClick=AddAllMutators
TabOrder=2
End Object
b_AddAll=IAMutatorAll
Begin Object Class=GUIButton Name=IAMutatorClear
Caption="Remove All"
Hint="Removes all mutators from the list of mutators to play with."
WinWidth=0.145000
WinHeight=0.050000
WinLeft=0.425
WinTop=0.360259
OnClick=RemoveAllMutators
OnClickSound=CS_Down
TabOrder=3
End Object
b_RemoveAll=IAMutatorClear
WinTop=0.15
WinLeft=0
WinWidth=1
WinHeight=0.77
bAcceptsInput=false
}
|
Creation time: Do 14.8.2014 09:58:28.005 - Created with
UnCodeX