Gah - a solution with more questions. – EntropicLqd

UE2:Tab_InstantActionMutators defaults (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Tab_InstantActionMutators defaults in other games:
UT2003

Default values[edit]

Property Value
Controls[0] GUIImage'IAMutatorBK1'
Controls[1] GUIListBox'IAMutatorAvailList'
Controls[10] GUILabel'IAMutatorSelectedLabel'
Controls[2] GUIListBox'IAMutatorSelectedList'
Controls[3] GUIScrollTextBox'IAMutatorScroll'
Controls[4] GUIButton'IAMutatorConfig'
Controls[5] GUIButton'IAMutatorAdd'
Controls[6] GUIButton'IAMutatorRemove'
Controls[7] GUIButton'IAMutatorAll'
Controls[8] GUIButton'IAMutatorClear'
Controls[9] GUILabel'IAMutatorAvilLabel'
WinHeight 0.77
WinTop 0.15

Subobjects[edit]

IAMutatorAdd[edit]

Class: XInterface.GUIButton

Property Value
Caption "Add"
Hint "Adds the selection to the list of mutators to play with."
OnClick AddMutator
OnClickSound CS_Up
WinHeight 0.05
WinLeft 0.425
WinTop 0.194114
WinWidth 0.145

IAMutatorAll[edit]

Class: XInterface.GUIButton

Property Value
Caption "Add All"
Hint "Adds all mutators to the list of mutators to play with."
OnClick AddAllMutators
OnClickSound CS_Up
WinHeight 0.05
WinLeft 0.425
WinTop 0.259218
WinWidth 0.145

IAMutatorAvailList[edit]

Class: XInterface.GUIListBox

Property Value
bVisibleWhenEmpty True
Hint "These are the available mutators."
OnChange ListChange
StyleName "SquareButton"
WinHeight 0.502696
WinLeft 0.041406
WinTop 0.083281
WinWidth 0.368359

IAMutatorAvilLabel[edit]

Class: XInterface.GUILabel

Property Value
Caption "Available Mutators"
TextAlign TXTA_Left
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 32.0
WinLeft 0.049022
WinTop 0.015885
WinWidth 0.5

IAMutatorBK1[edit]

Class: XInterface.GUIImage

Property Value
Image Material'InterfaceContent.Menu.BorderBoxD'
ImageColor
Member Value
A 160
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Stretched
WinHeight 0.37086
WinLeft 0.016758
WinTop 0.630156
WinWidth 0.962383

IAMutatorClear[edit]

Class: XInterface.GUIButton

Property Value
Caption "Remove All"
Hint "Removes all mutators from the list of mutators to play with."
OnClick RemoveAllMutators
OnClickSound CS_Down
WinHeight 0.05
WinLeft 0.425
WinTop 0.360259
WinWidth 0.145

IAMutatorConfig[edit]

Class: XInterface.GUIButton

Property Value
bVisible False
Caption "Configure Mutator"
Hint "Configure the selected mutator"
OnClick MutConfigClick
WinHeight 0.054648
WinLeft 0.729492
WinTop 0.93349
WinWidth 0.239063

IAMutatorRemove[edit]

Class: XInterface.GUIButton

Property Value
Caption "Remove"
Hint "Removes the selection from the list of mutators to play with."
OnClick RemoveMutator
OnClickSound CS_Down
WinHeight 0.05
WinLeft 0.425
WinTop 0.424322
WinWidth 0.145

IAMutatorScroll[edit]

Class: XInterface.GUIScrollTextBox

Property Value
bNeverFocus True
CharDelay 0.0025
EOLDelay 0.5
StyleName "NoBackground"
WinHeight 0.283007
WinLeft 0.025976
WinTop 0.645834
WinWidth 0.942969

IAMutatorSelectedLabel[edit]

Class: XInterface.GUILabel

Property Value
Caption "Active Mutators"
TextAlign TXTA_Left
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 32.0
WinLeft 0.592383
WinTop 0.015885
WinWidth 0.5

IAMutatorSelectedList[edit]

Class: XInterface.GUIListBox

Property Value
bVisibleWhenEmpty True
Hint "These are the mutators you will play with."
OnChange ListChange
StyleName "SquareButton"
WinHeight 0.502696
WinLeft 0.584376
WinTop 0.083281
WinWidth 0.368359