xVoting.MatchSetupMutator
- Extends
- MatchSetupPanelBase
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- xVoting.MatchSetupPanelBase
|
+-- xVoting.MatchSetupMutator
Structures Summary |
MutatorInfo ClassName, FriendlyName, Index |
MatchSetupMutator
struct MutatorInfo
{
var string ClassName;
var string FriendlyName;
var int Index;
};
function bool AddMutator ( )
function AddMutatorByIndex ( int Index )
function int FindTrackingIndex ( string ClassName )
function bool HandleResponse (
string Type,
string Info,
string Data )
function InitPanel ( )
InternalCheckLinkedObj Source code
function LoggedOut ( )
singular
function bool ModifyMutatorList (
GUIComponent Sender )
function ReceiveNewMutator ( string Data )
function RemoveMapByIndex ( int Index )
function bool RemoveMutator ( )
function SubmitChanges ( )
function TrackMutatorInfo ( int Index, string ClassName, string FriendlyName )
defaultproperties
{
Begin Object Class=GUISectionBackground Name=InactiveBackground
bFillClient=Wahr
Caption="Inactive Mutators"
BottomPadding=0.110000
WinTop=0.030053
WinLeft=0.013880
WinWidth=0.483107
WinHeight=0.965313
bBoundToParent=Wahr
bScaleToParent=Wahr
OnPreDraw=InactiveBackground.InternalPreDraw
End Object
sb_Avail=GUISectionBackground'xVoting.MatchSetupMutator.InactiveBackground'
Begin Object Class=GUISectionBackground Name=ActiveBackground
bFillClient=Wahr
Caption="Active Mutators"
BottomPadding=0.110000
WinTop=0.030053
WinLeft=0.511243
WinWidth=0.474194
WinHeight=0.965313
bBoundToParent=Wahr
bScaleToParent=Wahr
OnPreDraw=ActiveBackground.InternalPreDraw
End Object
sb_Active=GUISectionBackground'xVoting.MatchSetupMutator.ActiveBackground'
Begin Object Class=GUIListBox Name=MutInactiveList
bVisibleWhenEmpty=Wahr
bSorted=Wahr
OnCreateComponent=MutInactiveList.InternalOnCreateComponent
WinTop=0.138078
WinLeft=0.113794
WinWidth=0.380394
WinHeight=0.662671
TabOrder=0
End Object
lb_Avail=GUIListBox'xVoting.MatchSetupMutator.MutInactiveList'
Begin Object Class=GUIListBox Name=MutActiveList
bVisibleWhenEmpty=Wahr
bSorted=Wahr
OnCreateComponent=MutActiveList.InternalOnCreateComponent
WinTop=0.108021
WinLeft=0.605861
WinWidth=0.368359
WinHeight=0.662671
TabOrder=1
End Object
lb_Active=GUIListBox'xVoting.MatchSetupMutator.MutActiveList'
Begin Object Class=GUIButton Name=MutAddButton
Caption="Add"
Hint="Add the selected mutators to the list"
WinTop=0.902198
WinLeft=0.263743
WinWidth=0.203807
WinHeight=0.079184
TabOrder=6
bRepeatClick=Wahr
OnClickSound=CS_Up
OnClick=MatchSetupMutator.ModifyMutatorList
OnKeyEvent=MutAddButton.InternalOnKeyEvent
End Object
b_Add=GUIButton'xVoting.MatchSetupMutator.MutAddButton'
Begin Object Class=GUIButton Name=MutAddAllButton
Caption="Add All"
Hint="Add all mutators to the list"
WinTop=0.902198
WinLeft=0.045006
WinWidth=0.190232
WinHeight=0.079184
TabOrder=5
OnClickSound=CS_Up
OnClick=MatchSetupMutator.ModifyMutatorList
OnKeyEvent=MutAddAllButton.InternalOnKeyEvent
End Object
b_AddAll=GUIButton'xVoting.MatchSetupMutator.MutAddAllButton'
Begin Object Class=GUIButton Name=MutRemoveButton
Caption="Remove"
AutoSizePadding=(HorzPerc=0.500000)
Hint="Remove the selected mutators from the list"
WinTop=0.799682
WinLeft=0.543747
WinWidth=0.191554
WinHeight=0.055068
TabOrder=10
bRepeatClick=Wahr
OnClickSound=CS_Down
OnClick=MatchSetupMutator.ModifyMutatorList
OnKeyEvent=MutRemoveButton.InternalOnKeyEvent
End Object
b_Remove=GUIButton'xVoting.MatchSetupMutator.MutRemoveButton'
Begin Object Class=GUIButton Name=MutRemoveAllButton
Caption="Remove All"
Hint="Remove all mutators from the list"
WinTop=0.799682
WinLeft=0.772577
WinWidth=0.191554
WinHeight=0.055068
TabOrder=11
OnClickSound=CS_Down
OnClick=MatchSetupMutator.ModifyMutatorList
OnKeyEvent=MutRemoveAllButton.InternalOnKeyEvent
End Object
b_RemoveAll=GUIButton'xVoting.MatchSetupMutator.MutRemoveAllButton'
PanelCaption="Mutators"
}
|
Creation time: Mo 16.4.2007 11:20:24.296 - Created with
UnCodeX