I'm a doctor, not a mechanic

UE2:UtvWatcherMenu (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UtvWatcherMenu
Package: 
UTV2004c


Properties[edit]

BoxHeight[edit]

Type: float


Default value: 0.47

BoxWidth[edit]

Type: float


Default value: 0.5

ItemGap[edit]

Type: float


Default value: 0.01

ItemHeight[edit]

Type: float


Default value: 0.04

MarginWidth[edit]

Type: float


Default value: 0.02

ui[edit]

Type: utvInteraction


ur[edit]

Type: utvReplication


Default values[edit]

Property Value
bAllowedAsLast True
bRenderWorld True
bRequire640x480 False
Controls[0] GUIImage'Background'
Controls[1] GUILabel'TitleText'
Controls[10] GUICheckBoxButton'Button3'
Controls[2] GUILabel'Label1'
Controls[3] moComboBox'ComboBox'
Controls[4] GUILabel'Label1'
Controls[5] GUILabel'Label1'
Controls[6] GUIButton'OkButton'
Controls[7] GUILabel'Label2'
Controls[8] GUICheckBoxButton'Button2'
Controls[9] GUILabel'Label3'

Subobjects[edit]

Background[edit]

Class: XInterface.GUIImage

Property Value
bAcceptsInput False
bNeverFocus True
Image Material'2K4Menus.NewControls.Display95'
ImageStyle ISTY_Stretched

Button2[edit]

Class: XInterface.GUICheckBoxButton

Empty subobject definition.

Button3[edit]

Class: XInterface.GUICheckBoxButton

Empty subobject definition.

ComboBox[edit]

Class: XInterface.moComboBox

Property Value
Caption ""
CaptionWidth 0.0
OnChange InternalOnChange

Label1[edit]

Class: XInterface.GUILabel

Property Value
bMultiLine True
bTransparent True
Caption "View rotation"
TextColor
Member Value
A 255
B 255
G 255
R 255
TextFont "UT2MidGameFont"

Label2[edit]

Class: XInterface.GUILabel

Property Value
bMultiLine True
bTransparent True
Caption "Follow primary"
TextColor
Member Value
A 255
B 255
G 255
R 255
TextFont "UT2MidGameFont"

Label3[edit]

Class: XInterface.GUILabel

Property Value
bMultiLine True
bTransparent True
Caption "Show UTV Chat"
TextColor
Member Value
A 255
B 255
G 255
R 255
TextFont "UT2MidGameFont"

OkButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick InternalOnClick
StyleName "MidGameButton"

TitleText[edit]

Class: XInterface.GUILabel

Property Value
bMultiLine True
bTransparent True
Caption "UTV2004 Watcher settings"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 255
R 255

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions[edit]

InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnClose[edit]

function InternalOnClose (optional bool bCanceled)


SaveDefaults[edit]

function SaveDefaults ()