GUI2K4.MutatorConfigMenu
- Extends
- LockedFloatingWindow
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
|
+-- GUI2K4.MutatorConfigMenu
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 |
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 |
var array<string> ActiveMuts;
var bool bIsMultiplayer;
var localized string ConfigButtonText;
var localized string CustomConfigText;
var localized string EditButtonText;
var localized string NoPropsMessage;
function AddMutatorHeader ( string MutatorName, bool InitialRow) )
function AlignButtons ( ) )
function ArrayPageClosed ( optional bool bCancelled) )
function Initialize ( ) )
function Initialized ( ) )
InternalOnCreateComponent Source code
function
bool MutatorHasProps (
class<
Mutator>
MutatorClass ) )
defaultproperties
{
ConfigButtonText="Open"
EditButtonText="Edit"
NoPropsMessage="No Configurable Properties"
Begin Object Class=GUIMultiOptionListBox Name=ConfigList
bVisibleWhenEmpty=True
OnCreateComponent=MutatorConfigMenu.InternalOnCreateComponent
WinTop=0.143333
WinLeft=0.037500
WinWidth=0.918753
WinHeight=0.697502
RenderWeight=0.900000
TabOrder=1
bBoundToParent=True
bScaleToParent=True
OnChange=MutatorConfigMenu.InternalOnChange
End Object
lb_Config=GUIMultiOptionListBox'GUI2K4.MutatorConfigMenu.ConfigList'
Begin Object Class=moCheckBox Name=AdvancedButton
Caption="View Advanced Options"
OnCreateComponent=AdvancedButton.InternalOnCreateComponent
Hint="Toggles whether advanced properties are displayed"
WinTop=0.911982
WinLeft=0.037500
WinWidth=0.310000
WinHeight=0.040000
RenderWeight=1.000000
TabOrder=1
bBoundToParent=True
OnChange=MutatorConfigMenu.InternalOnChange
End Object
ch_Advanced=moCheckBox'GUI2K4.MutatorConfigMenu.AdvancedButton'
SubCaption="Mutator Configuration"
WindowName="Custom Configuration Page"
}
|
Creation time: sk 18-3-2018 09:49:44.961 - Created with
UnCodeX