| 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
|
+-- UTV2004c.utvWatcherMenu
| Variables Summary | |
|---|---|
| float | BoxHeight |
| float | BoxWidth |
| float | ItemGap |
| float | ItemHeight |
| float | MarginWidth |
| utvInteraction | ui |
| utvReplication | ur |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Inherited Variables from XInterface.GUIMultiComponent |
|---|
| AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InternalOnChange (GUIComponent Sender)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
![]() | InternalOnClose (optional bool bCanceled)) | |
![]() | SaveDefaults ())) | |
| Inherited Functions from XInterface.GUIPage |
|---|
| AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
InternalOnChange Source code
InternalOnClick Source code
InternalOnClose Source code
SaveDefaults Source code| Defaultproperties |
|---|
defaultproperties
{
BoxHeight=0.470000
BoxWidth=0.500000
MarginWidth=0.020000
ItemHeight=0.040000
ItemGap=0.010000
bRenderWorld=True
bRequire640x480=False
bAllowedAsLast=True
Begin Object Class=GUIImage Name=Background
Image=Texture'2K4Menus.NewControls.Display95'
ImageStyle=ISTY_Stretched
bNeverFocus=True
End Object
Controls(0)=GUIImage'UTV2004c.utvWatcherMenu.Background'
Begin Object Class=GUILabel Name=TitleText
Caption="UTV2004 Watcher settings"
TextAlign=TXTA_Center
TextColor=(B=0,G=255,R=255)
bMultiLine=True
End Object
Controls(1)=GUILabel'UTV2004c.utvWatcherMenu.TitleText'
Begin Object Class=GUILabel Name=Label1
Caption="View rotation"
TextColor=(B=255,G=255,R=255)
TextFont="UT2MidGameFont"
bMultiLine=True
End Object
Controls(2)=GUILabel'UTV2004c.utvWatcherMenu.Label1'
Begin Object Class=moComboBox Name=ComboBox
CaptionWidth=0.000000
OnCreateComponent=ComboBox.InternalOnCreateComponent
OnChange=utvWatcherMenu.InternalOnChange
End Object
Controls(3)=moComboBox'UTV2004c.utvWatcherMenu.ComboBox'
Controls(4)=GUILabel'UTV2004c.utvWatcherMenu.Label1'
Controls(5)=GUILabel'UTV2004c.utvWatcherMenu.Label1'
Begin Object Class=GUIButton Name=OkButton
Caption="OK"
StyleName="MidGameButton"
OnClick=utvWatcherMenu.InternalOnClick
OnKeyEvent=OkButton.InternalOnKeyEvent
End Object
Controls(6)=GUIButton'UTV2004c.utvWatcherMenu.OkButton'
Begin Object Class=GUILabel Name=Label2
Caption="Follow primary"
TextColor=(B=255,G=255,R=255)
TextFont="UT2MidGameFont"
bMultiLine=True
End Object
Controls(7)=GUILabel'UTV2004c.utvWatcherMenu.Label2'
Begin Object Class=GUICheckBoxButton Name=Button2
OnKeyEvent=Button2.InternalOnKeyEvent
End Object
Controls(8)=GUICheckBoxButton'UTV2004c.utvWatcherMenu.Button2'
Begin Object Class=GUILabel Name=Label3
Caption="Show UTV Chat"
TextColor=(B=255,G=255,R=255)
TextFont="UT2MidGameFont"
bMultiLine=True
End Object
Controls(9)=GUILabel'UTV2004c.utvWatcherMenu.Label3'
Begin Object Class=GUICheckBoxButton Name=Button3
OnKeyEvent=Button3.InternalOnKeyEvent
End Object
Controls(10)=GUICheckBoxButton'UTV2004c.utvWatcherMenu.Button3'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||