The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:Tab_InstantActionMapList defaults (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Tab_InstantActionMapList (defaults) |
- Tab_InstantActionMapList defaults in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Default values[edit]
Property | Value |
---|---|
Controls[0] | GUIListBox'IAMapListFullMapList' |
Controls[1] | GUIListBox'IAMapListCurMapList' |
Controls[2] | GUIButton'IAMapListAdd' |
Controls[3] | GUIButton'IAMapListRemove' |
Controls[4] | GUIButton'IAMapListAll' |
Controls[5] | GUIButton'IAMapListClear' |
Controls[6] | GUIButton'IAMapListUp' |
Controls[7] | GUIButton'IAMapListDown' |
Controls[8] | GUILabel'IAMapListAvilLabel' |
Controls[9] | GUILabel'IAMapListSelectedLabel' |
WinHeight | 0.77 |
WinTop | 0.15 |
Subobjects[edit]
IAMapListAdd[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Add" |
Hint | "Add this map to your map list" |
OnClick | MapAdd |
OnClickSound | CS_Up |
WinHeight | 0.05 |
WinLeft | 0.425 |
WinTop | 0.323801 |
WinWidth | 0.145 |
IAMapListAll[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Add All" |
Hint | "Add all maps to your map list" |
OnClick | MapAll |
OnClickSound | CS_Up |
WinHeight | 0.05 |
WinLeft | 0.425 |
WinTop | 0.388905 |
WinWidth | 0.145 |
IAMapListAvilLabel[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "Available Map List" | ||||||||||
TextAlign | TXTA_Left | ||||||||||
TextColor |
|
||||||||||
WinHeight | 32.0 | ||||||||||
WinLeft | 0.049022 | ||||||||||
WinTop | 0.015885 | ||||||||||
WinWidth | 0.5 |
IAMapListClear[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Remove All" |
Hint | "Remove all maps from your map list" |
OnClick | MapClear |
OnClickSound | CS_Down |
WinHeight | 0.05 |
WinLeft | 0.425 |
WinTop | 0.558176 |
WinWidth | 0.145 |
IAMapListCurMapList[edit]
Class: XInterface.GUIListBox
Property | Value |
---|---|
bVisibleWhenEmpty | True |
Hint | "Selected maps" |
StyleName | "SquareButton" |
WinHeight | 0.783942 |
WinLeft | 0.584376 |
WinTop | 0.083281 |
WinWidth | 0.368359 |
IAMapListDown[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Down" |
Hint | "Move this map lower down in the list" |
OnClick | MapDown |
OnClickSound | CS_Down |
WinHeight | 0.05 |
WinLeft | 0.425 |
WinTop | 0.779531 |
WinWidth | 0.145 |
IAMapListFullMapList[edit]
Class: XInterface.GUIListBox
Property | Value |
---|---|
bVisibleWhenEmpty | True |
Hint | "Available maps" |
StyleName | "SquareButton" |
WinHeight | 0.783942 |
WinLeft | 0.041406 |
WinTop | 0.083281 |
WinWidth | 0.368359 |
IAMapListRemove[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Remove" |
Hint | "Remove this map from your map list" |
OnClick | MapRemove |
OnClickSound | CS_Down |
WinHeight | 0.05 |
WinLeft | 0.425 |
WinTop | 0.493072 |
WinWidth | 0.145 |
IAMapListSelectedLabel[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "Selected Map List" | ||||||||||
TextAlign | TXTA_Left | ||||||||||
TextColor |
|
||||||||||
WinHeight | 32.0 | ||||||||||
WinLeft | 0.592383 | ||||||||||
WinTop | 0.015885 | ||||||||||
WinWidth | 0.5 |
IAMapListUp[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Up" |
Hint | "Move this map higher up in the list" |
OnClick | MapUp |
OnClickSound | CS_Up |
WinHeight | 0.05 |
WinLeft | 0.425 |
WinTop | 0.121978 |
WinWidth | 0.145 |