I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:Tab_SPProfileNew defaults (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Tab_SPPanelBase >> Tab_SPProfileNew (defaults) |
Contents
- 1 Default values
- 2 Subobjects
- 2.1 btnBack
- 2.2 btnDefaults
- 2.3 btnNextSkin
- 2.4 btnNextSymbol
- 2.5 btnPrevSkin
- 2.6 btnPrevSymbol
- 2.7 btnSaveProfile
- 2.8 cbDifficulty
- 2.9 clistPlayerSkins
- 2.10 ebNameEdit
- 2.11 ebTeamEdit
- 2.12 ilTeamSymbols
- 2.13 imgEditsBack
- 2.14 imgSkinsBack
- 2.15 imgSymbolsBack
- 2.16 lblCharacter
- 2.17 lblTeamSymbol
- 2.18 mocbDifficulty
- 2.19 moebPlayerName
- 2.20 moebTeamName
- 2.21 portraitBackground
- 2.22 symbolBackground
- Tab_SPProfileNew defaults in other games:
- UT2003
- Other member categories for this class:
- Tab SPProfileNew properties
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] | GUIButton'btnSaveProfile' |
Controls[1] | GUIImage'imgEditsBack' |
Controls[10] | GUIImageList'ilTeamSymbols' |
Controls[11] | GUIGFXButton'btnPrevSymbol' |
Controls[12] | GUIGFXButton'btnNextSymbol' |
Controls[13] | GUIButton'btnBack' |
Controls[14] | GUIButton'btnDefaults' |
Controls[15] | GUILabel'lblCharacter' |
Controls[16] | GUILabel'lblTeamSymbol' |
Controls[17] | GUIImage'symbolBackground' |
Controls[18] | GUIImage'portraitBackground' |
Controls[2] | moEditBox'moebPlayerName' |
Controls[3] | moEditBox'moebTeamName' |
Controls[4] | moComboBox'mocbDifficulty' |
Controls[5] | GUIImage'imgSkinsBack' |
Controls[6] | GUICharacterListTeam'clistPlayerSkins' |
Controls[7] | GUIGFXButton'btnPrevSkin' |
Controls[8] | GUIGFXButton'btnNextSkin' |
Controls[9] | GUIImage'imgSymbolsBack' |
WinHeight | 0.77 |
WinTop | 0.15 |
Subobjects[edit]
btnBack[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "BACK" |
Hint | "Return to previous menu" |
OnClick | BackClick |
WinHeight | 0.075 |
WinLeft | 0.028125 |
WinTop | 0.925 |
WinWidth | 0.2 |
btnDefaults[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "SET TO DEFAULTS" |
Hint | "Set this profile back to default values" |
OnClick | DefaultsClick |
WinHeight | 0.075 |
WinLeft | 0.3675 |
WinTop | 0.925 |
WinWidth | 0.232813 |
btnNextSkin[edit]
Class: XInterface.GUIGFXButton
Property | Value |
---|---|
bNeverFocus | True |
Graphic | Material'InterfaceContent.Menu.fbArrowRight' |
Hint | "Selects a new appearance for your character" |
OnClick | NextSkin |
Position | ICP_Scaled |
WinHeight | 0.08 |
WinLeft | 0.172187 |
WinTop | 0.64 |
WinWidth | 0.08 |
btnNextSymbol[edit]
Class: XInterface.GUIGFXButton
Property | Value |
---|---|
bNeverFocus | True |
Graphic | Material'InterfaceContent.Menu.fbArrowRight' |
Hint | "Selects a new symbol for your team" |
OnClick | NextSymbol |
Position | ICP_Scaled |
WinHeight | 0.08 |
WinLeft | 0.389375 |
WinTop | 0.64 |
WinWidth | 0.08 |
btnPrevSkin[edit]
Class: XInterface.GUIGFXButton
Property | Value |
---|---|
bNeverFocus | True |
Graphic | Material'InterfaceContent.Menu.fbArrowLeft' |
Hint | "Selects a new appearance for your character" |
OnClick | PrevSkin |
Position | ICP_Scaled |
WinHeight | 0.08 |
WinLeft | 0.08 |
WinTop | 0.64 |
WinWidth | 0.08 |
btnPrevSymbol[edit]
Class: XInterface.GUIGFXButton
Property | Value |
---|---|
bNeverFocus | True |
Graphic | Material'InterfaceContent.Menu.fbArrowLeft' |
Hint | "Selects a new symbol for your team" |
OnClick | PrevSymbol |
Position | ICP_Scaled |
WinHeight | 0.08 |
WinLeft | 0.29875 |
WinTop | 0.64 |
WinWidth | 0.08 |
btnSaveProfile[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "CREATE PROFILE" |
Hint | "Create a profile with these settings" |
OnClick | CreateClick |
WinHeight | 0.075 |
WinLeft | 0.74406 |
WinTop | 0.925 |
WinWidth | 0.223438 |
cbDifficulty[edit]
Class: XInterface.GUIComboBox
Property | Value |
---|---|
bReadOnly | True |
clistPlayerSkins[edit]
Class: XInterface.GUICharacterListTeam
Property | Value |
---|---|
bCenterInBounds | True |
FixedItemsPerPage | 1 |
Hint | "Your character's appearance, use arrow keys to change" |
StyleName | "CharButton" |
WinHeight | 0.5 |
WinLeft | 0.083462 |
WinTop | 0.117917 |
WinWidth | 0.124694 |
ebNameEdit[edit]
Class: XInterface.GUIEditBox
Property | Value |
---|---|
AllowedCharSet | "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" |
TextStr | "PlayerName" |
ebTeamEdit[edit]
Class: XInterface.GUIEditBox
Property | Value |
---|---|
AllowedCharSet | "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" |
TextStr | "TeamName" |
ilTeamSymbols[edit]
Class: XInterface.GUIImageList
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bAcceptsInput | True | ||||||||||
bNeverFocus | False | ||||||||||
bWrap | True | ||||||||||
Hint | "Your team's symbol; use arrow keys to change" | ||||||||||
ImageAlign | IMGA_Center | ||||||||||
ImageColor |
|
||||||||||
ImageRenderStyle | MSTY_Normal | ||||||||||
ImageStyle | ISTY_Justified | ||||||||||
WinHeight | 0.5 | ||||||||||
WinLeft | 0.303972 | ||||||||||
WinTop | 0.137175 | ||||||||||
WinWidth | 0.167212 |
imgEditsBack[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
bAcceptsInput | False |
bNeverFocus | True |
Image | Material'InterfaceContent.Menu.EditBox' |
ImageStyle | ISTY_Stretched |
WinHeight | 0.77 |
WinLeft | 0.504375 |
WinTop | 0.073 |
WinWidth | 0.444304 |
imgSkinsBack[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
bAcceptsInput | False |
bNeverFocus | True |
Image | Material'InterfaceContent.Menu.EditBox' |
ImageStyle | ISTY_Stretched |
WinHeight | 0.77 |
WinLeft | 0.055938 |
WinTop | 0.073 |
WinWidth | 0.215 |
imgSymbolsBack[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
bNeverFocus | True |
Image | Material'InterfaceContent.Menu.EditBox' |
ImageStyle | ISTY_Stretched |
WinHeight | 0.77 |
WinLeft | 0.280243 |
WinTop | 0.073 |
WinWidth | 0.215 |
lblCharacter[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bMultiLine | True | ||||||||||
Caption | Character" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2SmallFont" | ||||||||||
WinHeight | 0.1 | ||||||||||
WinLeft | 0.064062 | ||||||||||
WinTop | 0.724583 | ||||||||||
WinWidth | 0.2 |
lblTeamSymbol[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bMultiLine | True | ||||||||||
Caption | Team Symbol" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2SmallFont" | ||||||||||
WinHeight | 0.1 | ||||||||||
WinLeft | 0.284375 | ||||||||||
WinTop | 0.724583 | ||||||||||
WinWidth | 0.2 |
mocbDifficulty[edit]
Class: XInterface.moComboBox
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bVerticalLayout | True | ||||||||||
Caption | "Difficulty: " | ||||||||||
Hint | "Customize your challenge" | ||||||||||
LabelColor |
|
||||||||||
LabelFont | "UT2SmallFont" | ||||||||||
LabelJustification | TXTA_Left | ||||||||||
MyComponent | GUIComboBox'cbDifficulty' | ||||||||||
WinHeight | 0.1225 | ||||||||||
WinLeft | 0.553125 | ||||||||||
WinTop | 0.568803 | ||||||||||
WinWidth | 0.345 |
moebPlayerName[edit]
Class: XInterface.moEditBox
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bVerticalLayout | True | ||||||||||
Caption | "Player Name: " | ||||||||||
Hint | "Your character's name" | ||||||||||
LabelColor |
|
||||||||||
LabelFont | "UT2SmallFont" | ||||||||||
LabelJustification | TXTA_Left | ||||||||||
MyComponent | GUIEditBox'ebNameEdit' | ||||||||||
WinHeight | 0.1225 | ||||||||||
WinLeft | 0.553125 | ||||||||||
WinTop | 0.286087 | ||||||||||
WinWidth | 0.345 |
moebTeamName[edit]
Class: XInterface.moEditBox
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bVerticalLayout | True | ||||||||||
Caption | "Team Name: " | ||||||||||
Hint | "The name of your team" | ||||||||||
LabelColor |
|
||||||||||
LabelFont | "UT2SmallFont" | ||||||||||
LabelJustification | TXTA_Left | ||||||||||
MyComponent | GUIEditBox'ebTeamEdit' | ||||||||||
WinHeight | 0.1225 | ||||||||||
WinLeft | 0.553125 | ||||||||||
WinTop | 0.428007 | ||||||||||
WinWidth | 0.345 |
portraitBackground[edit]
Class: XInterface.GUIImage
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bVisible | False | ||||||||||
Image | Material'InterfaceContent.Menu.BorderBoxA1' | ||||||||||
ImageColor |
|
||||||||||
ImageRenderStyle | MSTY_Normal | ||||||||||
ImageStyle | ISTY_Stretched | ||||||||||
WinHeight | 0.506094 | ||||||||||
WinLeft | 0.094141 | ||||||||||
WinTop | 0.110469 | ||||||||||
WinWidth | 0.14668 |
symbolBackground[edit]
Class: XInterface.GUIImage
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Image | Material'InterfaceContent.Menu.BorderBoxA1' | ||||||||||
ImageColor |
|
||||||||||
ImageRenderStyle | MSTY_Normal | ||||||||||
ImageStyle | ISTY_Stretched | ||||||||||
WinHeight | 0.297265 | ||||||||||
WinLeft | 0.296196 | ||||||||||
WinTop | 0.237865 | ||||||||||
WinWidth | 0.179101 |