Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.UT2SP_PlayerTradePage

Extends
UT2DraftTeam

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2DraftTeam
                  |   
                  +-- XInterface.UT2SP_PlayerTradePage

Variables Summary
GUIButtonbutSwap
stringCaptionBack
stringMessageTitle
stringMessageTradeCancel
stringMessageTradeConfirm
stringMessageTradeInfo
stringMessageTradePicHint
stringTradingPlayerName
Inherited Variables from XInterface.UT2DraftTeam
bPlaySounds, butAuto, butClear, butDraft, butEnter, butLeft, butRelease, butRight, ButtonStyleDisabled, ButtonStyleEnabled, ClearConfirmMessage, cltMyTeam, cltPortrait, EnterConfirmMessage, lblChoose, lblMatchData, lboStats, lboTeamStats, MyHintBar, MyTitleBar, StatsMessage, stbPlayerData

Functions Summary
function BeginConfirm (byte bButton)
function BuildStats (out xUtil.PlayerRecord PR, GUIListBox charbox, GUIListBox teambox)
functionbool ButtonClick (GUIComponent Sender)
function CancelConfirm (byte bButton)
function Created ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function Initialize (string playername)
function MyOnChange (GUIComponent Sender)
function SetPlayer (string playername)
function SwapConfirm (byte bButton)
function UpdateDraftable (bool bAffordable)
Inherited Functions from XInterface.UT2DraftTeam
AutoFillTeam, BuildStats, ButtonClick, ChangeHint, CharListChange, CharListUpdate, ClearConfirm, Created, EnterConfirm, FinishButtonClick, InitComponent, IsOnTeam, IsTeamFull, MyKeyEvent, ReloadPortraits, UpdateDraftable


Variables Detail

butSwap Source code

var GUIButton butSwap;

CaptionBack Source code

var localized string CaptionBack;

MessageTitle Source code

var localized string MessageTitle;

MessageTradeCancel Source code

var localized string MessageTradeCancel;

MessageTradeConfirm Source code

var localized string MessageTradeConfirm;

MessageTradeInfo Source code

var localized string MessageTradeInfo;

MessageTradePicHint Source code

var localized string MessageTradePicHint;

TradingPlayerName Source code

var string TradingPlayerName;


Functions Detail

BeginConfirm Source code

function BeginConfirm ( byte bButton )

BuildStats Source code

function BuildStats ( out xUtil.PlayerRecord PR, GUIListBox charbox, GUIListBox teambox )

ButtonClick Source code

function bool ButtonClick ( GUIComponent Sender )

CancelConfirm Source code

function CancelConfirm ( byte bButton )

Created Source code

function Created ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

Initialize Source code

function Initialize ( string playername )

MyOnChange Source code

function MyOnChange ( GUIComponent Sender )

SetPlayer Source code

function SetPlayer ( string playername )

SwapConfirm Source code

function SwapConfirm ( byte bButton )

UpdateDraftable Source code

function UpdateDraftable ( bool bAffordable )


Defaultproperties

defaultproperties
{
     MessageTitle="Single Player | Trade Opportunity"
     MessageTradeConfirm="Are you sure you want to trade %old% for %new%?"
     MessageTradeInfo="You have been offered a trade for %player%."
     MessageTradeCancel="Are you sure you want to cancel the trade?"
     CaptionBack="BACK"
     MessageTradePicHint="This player is available for trade"
     bPlaySounds=False
     Begin Object Class=GUIButton Name=SPPTSwap
         Caption="SWAP"
         Hint="Exchange this character with the active teammate"
         WinTop=0.619584
         WinLeft=0.711250
         WinWidth=0.132812
         WinHeight=0.076563
         bFocusOnWatch=True
         OnKeyEvent=SPPTSwap.InternalOnKeyEvent
     End Object
     Controls(17)=GUIButton'XInterface.UT2SP_PlayerTradePage.SPPTSwap'

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:24.796 - Created with UnCodeX