I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:UT2K4Tab_MutatorBase properties (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

;Other member categories for this class::UT2K4Tab MutatorBase defaults

Properties[edit]

b_Add[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'IAMutatorAdd'

b_AddAll[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'IAMutatorAll'

b_Config[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'IAMutatorConfig'

b_Remove[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'IAMutatorRemove'

b_RemoveAll[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'IAMutatorClear'

bIsMultiplayer[edit]

Type: bool

are we setting up mutators for a multiplayer game?

ContextItems[edit]

Type: string

Array size: 3

Modifiers: localized


Default value, index 0: "Add %text%"

Default value, index 1: "Remove %text%"

Default value, index 2: "Configure %text%"

CurrentGame[edit]

Type: CacheManager.GameRecord


GroupConflictText[edit]

Type: string

Modifiers: localized


Default value: "Unable to add multiple mutators from the same mutator group!"

LastActiveMutators[edit]

Type: string

Modifiers: config


lb_Active[edit]

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'IAMutatorSelectedList'

lb_Avail[edit]

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'IAMutatorAvailList'

lb_MutDesc[edit]

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'IAMutatorScroll'

MutatorList[edit]

Type: array<CacheManager.MutatorRecord>


MutConfigMenu[edit]

Type: string


Default value: "GUI2K4.MutatorConfigMenu"

sb_Active[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'ActiveBackground'

sb_Avail[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'AvailBackground'

sb_Description[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'DescriptionBackground'

TheseText[edit]

Type: string

Modifiers: localized


Default value: "These Mutators"

ThisText[edit]

Type: string

Modifiers: localized


Default value: "This Mutator"

Default values[edit]

See UT2K4Tab_MutatorBase defaults.