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
{
	Begin Object Class=GUIButton Name=SPPTSwap
		Caption="SWAP"
		Hint="Exchange this character with the active teammate"
		WinWidth=0.132812
		WinHeight=0.076563
		WinLeft=0.711250
		WinTop=0.619584
		bFocusOnWatch=true
	End Object


	Controls(17)=SPPTSwap


	MessageTitle="Single Player | Trade Opportunity"
	MessageTradeConfirm="Are you sure you want to trade %old% for %new%?"
	MessageTradeCancel="Are you sure you want to cancel the trade?"
	MessageTradeInfo="You have been offered a trade for %player%."
	MessageTradePicHint="This player is available for trade"
	CaptionBack="BACK"
	bPlaySounds=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:28.510 - Created with UnCodeX