GUI2K4.UT2K4SPTab_DetailMatch
- Extends
- UT2K4SPTab_Base
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.UT2K4SPTab_Base
|
+-- GUI2K4.UT2K4SPTab_DetailMatch
Functions Summary |
| | FillData ()))
|
| | InitComponent (GUIController MyController, GUIComponent MyOwner))
|
| string | mclPlayersOnGetSortString (GUIComponent Sender, int item, int column))
|
| | OnChallengeSelect (GUIComponent Sender))
|
| | OnDrawPlayerList1 (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending))
|
| | OnDrawPlayerList2 (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending))
|
var localized string ColumnHeadings[4];
var automated
GUILabel lblChallengeTitle;
var localized string MatchTitleCaption;
var localized string msgBalanceChangeDown;
var localized string msgBalanceChangeUp;
var localized string msgBonusMoneyLost;
var localized string msgBonusMoneyWon;
var localized string msgBonusOverview;
var localized string msgBonusOverviewItem;
var localized string msgEarns;
var localized string msgInjury;
var localized string msgLost;
var localized string msgPayCheck;
var localized string msgSelectChal;
var localized string msgSpecialAwards;
var localized string msgTeamPayment;
var localized string msgWon;
function FillData ( ) )
mclPlayersOnGetSortString Source code
function
string mclPlayersOnGetSortString (
GUIComponent Sender,
int item,
int column) )
function OnDrawPlayerList1 (
Canvas Canvas,
int i,
float X,
float Y,
float W,
float H,
bool bSelected,
bool bPending) )
function OnDrawPlayerList2 (
Canvas Canvas,
int i,
float X,
float Y,
float W,
float H,
bool bSelected,
bool bPending) )
defaultproperties
{
Begin Object Class=GUILabel Name=SPDMlblMatchTitle
WinWidth=0.900000
WinHeight=0.082500
WinLeft=0.050000
WinTop=-0.000000
TextAlign=TXTA_Center
RenderWeight=0.11
StyleName="NoBackground"
FontScale=FNS_Large
bBoundToParent=true
End Object
lblMatchTitle=SPDMlblMatchTitle
Begin Object Class=GUI2K4MultiColumnListBox Name=SPDMmclOwnTeam
WinWidth=0.397500
WinHeight=0.254056
WinLeft=0.067832
WinTop=0.133333
bVisibleWhenEmpty=True
StyleName="ServerBrowserGrid"
RenderWeight=0.2
bBoundToParent=true
OnGetSortString=mclPlayersOnGetSortString
End Object
mclOwnTeam=SPDMmclOwnTeam
Begin Object class=GUISectionBackground Name=SPDMimgOwnTeamBg
WinWidth=0.431888
WinHeight=0.343750
WinLeft=0.050000
WinTop=0.075000
bBoundToParent=true
End Object
sbgOwnTeamBg=SPDMimgOwnTeamBg
Begin Object Class=GUI2K4MultiColumnListBox Name=SPDMmclEnemyTeam
WinWidth=0.397500
WinHeight=0.254056
WinLeft=0.551250
WinTop=0.133333
bVisibleWhenEmpty=True
StyleName="ServerBrowserGrid"
RenderWeight=0.2
bBoundToParent=true
OnGetSortString=mclPlayersOnGetSortString
End Object
mclEnemyTeam=SPDMmclEnemyTeam
Begin Object class=GUISectionBackground Name=SPDMimgEnemyTeamBg
WinWidth=0.431888
WinHeight=0.343750
WinLeft=0.533418
WinTop=0.075000
bBoundToParent=true
End Object
sbgEnemyTeamBg=SPDMimgEnemyTeamBg
Begin Object class=GUISectionBackground Name=SPDMimgDetailsBg
WinWidth=0.900000
WinHeight=0.425000
WinLeft=0.050000
WinTop=0.566667
bBoundToParent=true
Caption="Details"
End Object
sbgDetailsBg=SPDMimgDetailsBg
Begin Object class=GUIScrollTextBox Name=SPDMstDescription
WinWidth=0.852908
WinHeight=0.330230
WinLeft=0.072883
WinTop=0.636876
bNoTeletype=true
FontScale=FNS_Medium
bBoundToParent=true
StyleName="NoBackground"
End Object
stDescription=SPDMstDescription
Begin Object class=AltSectionBackground Name=SPLsbgChallengeBg
WinWidth=0.443750
WinHeight=0.140306
WinLeft=0.281250
WinTop=0.422675
Caption="Challenges"
bBoundToParent=true
End Object
sbgChallengeBg=SPLsbgChallengeBg
Begin Object class=GUIComboBox name=SPLcbChallenges
Hint="Challenge another team"
WinWidth=0.417347
WinHeight=0.048648
WinLeft=0.294985
WinTop=0.478253
TabOrder=2
RenderWeight=0.5
bReadOnly=true
bShowListOnFocus=true
OnChange=OnChallengeSelect
bBoundToParent=true
End Object
cbChallenges=SPLcbChallenges
PropagateVisibility=false
PanelCaption="Last Match Played"
MatchTitleCaption="%gametype% in %map%"
msgWon="After %gametime% minutes you won the %gametype% against %enemies% enemies in %map%.|The prize money for this match was %PrizeMoney%%BonusMoney%. %team_payment%"
msgBalanceChangeUp="your balance increased by %balance_absolute%"
msgBalanceChangeDown="your balance decreased by %balance_absolute%"
msgLost="After %gametime% minutes you lost the %gametype% against %enemies% enemies in %map%%BonusMoney%. %team_payment%"
msgTeamPayment="After paying your team mates %balance_change%."
msgInjury="During the last match %player% got injured, health dropped to %health%%. Treatment of the injuries costs %treatment%"
msgSpecialAwards="%player% earned the following special awards:| %awards%"
msgPayCheck="Pay check overview:"
msgEarns=" %player% earned %payment%."
msgBonusMoneyWon=" additionally you won %BonusMoney% in bonus money"
msgBonusMoneyLost=", however you won %BonusMoney% in bonus money"
msgBonusOverview="You won the following bonuses:"
msgBonusOverviewItem=" %bonuscount% x %bonusname% %bonusmoney%"
ColumnHeadings[0]="Name"
ColumnHeadings[1]="Score"
ColumnHeadings[2]="Kills"
ColumnHeadings[3]="Deaths"
msgSelectChal="Select a challenge"
}
|
Creation time: Do 14.8.2014 09:58:27.353 - Created with
UnCodeX