| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LockedFloatingWindow
GUICustomPropertyPage, KeyBindMenu, MapInfoPage, MutatorConfigMenu, TeamSymbolConfig, UT2K4BotConfigPage, UT2K4BotInfoPage, UT2K4Demo2AVI, UT2k4ModelSelect, UT2K4NetworkStatusMsg, UT2K4TryAMod
| Variables Summary | |
|---|---|
| GUIButton | b_Cancel |
| GUIButton | b_OK |
| GUISectionBackground | sb_Main |
| LockedFloatingWindow | |
| float | EdgeBorder[4] |
| string | SubCaption |
| Inherited Variables from GUI2K4.PopupPageBase |
|---|
| bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG |
| Functions Summary | ||
|---|---|---|
![]() | AlignButtons ())) | |
![]() | InitComponent (GUIController InController, GUIComponent InOwner)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
![]() | InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)) | |
| Inherited Functions from GUI2K4.PopupPageBase |
|---|
| FadeIn, FadeOut, InternalOnPreDraw, Opened |
| Variables Detail |
|---|
| Functions Detail |
|---|
AlignButtons Source code
InitComponent Source code
InternalOnClick Source code
InternalOnCreateComponent Source code| Defaultproperties |
|---|
defaultproperties
{
InactiveFadeColor=(R=60,G=60,B=60,A=255)
bResizeWidthAllowed=False
bResizeHeightAllowed=False
bAllowedAsLast=false
bCaptureInput=True
DefaultLeft=0.125
DefaultTop=0.15
DefaultWidth=0.74
DefaultHeight=0.7
WinLeft=0.125
WinTop=0.15
WinWidth=0.74
WinHeight=0.7
Begin Object class=AltSectionBackground name=InternalFrameImage
WinWidth=0.675859
WinHeight=0.550976
WinLeft=0.040000
WinTop=0.075000
End Object
sb_Main=InternalFrameImage
Begin Object Class=GUIButton Name=LockedCancelButton
bBoundToParent=true
WinWidth=0.159649
WinLeft=0.512695
WinTop=0.872397
Caption="Cancel"
TabOrder=99
OnClick=InternalOnClick
bAutoShrink=False
End Object
b_Cancel=LockedCancelButton
Begin Object Class=GUIButton Name=LockedOKButton
bBoundToParent=true
WinWidth=0.159649
WinLeft=0.742188
WinTop=0.872397
Caption="OK"
OnClick=InternalOnClick
TabOrder=100
bAutoShrink=False
End Object
b_OK=LockedOKButton
EdgeBorder(0)=16
EdgeBorder(1)=24
EdgeBorder(2)=16
EdgeBorder(3)=24
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||