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
{
WindowName="Custom Configuration Page"
SubCaption="Mutator Configuration"
ConfigButtonText="Open"
EditButtonText="Edit"
NoPropsMessage="No Configurable Properties"
bCaptureInput=True
bRequire640x480=False
bRenderWorld=True
Begin Object Class=GUIMultiOptionListBox Name=ConfigList
WinWidth=0.918753
WinHeight=0.697502
WinLeft=0.037500
WinTop=0.143333
bVisibleWhenEmpty=True
NumColumns=1
bBoundToParent=True
bScaleToParent=True
TabOrder=1
RenderWeight=0.9
OnCreateComponent=InternalOnCreateComponent
OnChange=InternalOnChange
StyleName="NoBackground"
End Object
lb_Config=ConfigList
Begin Object Class=moCheckBox Name=AdvancedButton
OnChange=InternalOnChange
Caption="View Advanced Options"
Hint="Toggles whether advanced properties are displayed"
WinWidth=0.310000
WinHeight=0.040000
WinLeft=0.0375000
WinTop=0.911982
0.905471
TabOrder=1
RenderWeight=1.0
bSquare=True
bBoundToParent=True
bAutoSizeCaption=True
End Object
ch_Advanced=AdvancedButton
}
|
Creation time: Do 14.8.2014 09:58:14.882 - Created with
UnCodeX