home *** CD-ROM | disk | FTP | other *** search
- !Include("..\\..\\menu\\uidef\\UILogicVis.def")
-
- UIElem("ID_TEXT")
- {
- Default()
- {
- Text("")
- }
- }
-
- UIElem("ID_TEXT_CAR")
- {
- Default()
- {
- Text("&RewardCashGenericInfo& CurrReward.m_sItem#_NAME&")
- }
- }
-
- UIElem("ID_REWARD_ICON")
- {
- Default()
- {
- Visible(0)
- }
- }
-
- UIElem("ID_REWARD_ICON_CAR")
- {
- Default()
- {
- Visible(1)
- TextureID("#CurrRewardCar.m_sDefaultMenuTextureId#")
- }
- }
-
- UIElem("ID_REWARDS_TITLE")
- {
- OnCondition("LastTakenPlace == 1")
- {
- Visible(1)
- Text("&RewardTitlePlace1&")
- }
-
- OnCondition("LastTakenPlace == 2")
- {
- Visible(1)
- Text("&RewardTitlePlace2&")
- }
-
- OnCondition("LastTakenPlace == 3")
- {
- Visible(1)
- Text("&RewardTitlePlace3&")
- }
-
- OnCondition("LastTakenPlace == 4")
- {
- Visible(1)
- Text("&RewardTitlePlace4&")
- }
- }
-
- UIElem("ID_CUP_ICON")
- {
- Default()
- {
- Visible(0)
- }
-
- OnCondition("LastTakenPlace == 1")
- {
- Visible(1)
- TextureID("Trophy_Gold")
- }
-
- OnCondition("LastTakenPlace == 2")
- {
- Visible(1)
- TextureID("Trophy_Silver")
- }
-
- OnCondition("LastTakenPlace == 3")
- {
- Visible(1)
- TextureID("Trophy_Bronze")
- }
- }
-