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

TribesGUI.TribesMPGameSummaryMenu

Extends
TribesGUIPage

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPage
            |   
            +-- TribesGUI.TribesGUIPage
               |   
               +-- TribesGUI.TribesMPGameSummaryMenu

Variables Summary
HUDMessageWindowChatWindow
stringlostString
stringtiedString
stringwonString
TribesGui
GUIMultiColumnListBoxAwardList
GUIEditBoxChatEntryBox
GUIImageChatWindowBackground
GUIButtonResumeButton
GUIMultiColumnListBoxStatList
GUILabelTeamOneLabel
GUIMultiColumnListBoxTeamOnePlayerList
GUILabelTeamOneScoreLabel
GUILabelTeamTwoLabel
GUIMultiColumnListBoxTeamTwoPlayerList
GUILabelTeamTwoScoreLabel
GUILabelTitleLabel
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
functionTribesReplicationInfo getAwardWinnerTRI (int statDataIndex))
functionstring getColoredPlayerName (TribesReplicationInfo TRI))
function InitComponent (GUIComponent MyOwner))
function InternalOnActivate ()))
function InternalOnClick (GUIComponent Sender))
function InternalOnDeActivate ()))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
function OnChatEntryCompleted (GUIComponent edit))
function OnClientDraw (Canvas canvas))
function OnPreLevelChange (String DestURL, LevelSummary NewSummary))
function Timer ()))
function Update ()))
function UpdateAwardList ()))
function UpdatePlayerList ()))
function UpdateStatList ()))
function UpdateTeamScores ()))
Inherited Functions from TribesGUI.TribesGUIPage
DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit
Inherited Functions from GUI.GUIPage
Activate, ChangeHint, DeActivate, DlgReturned, Free, HandleParameters, Hide, InitComponent, NotifyLevelChange, onGameplayMessage, OnProgress, OpenDlg, Show


Variables Detail

ChatWindow Source code

var HUDMessageWindow ChatWindow;

lostString Source code

var localized string lostString;

tiedString Source code

var localized string tiedString;

wonString Source code

var localized string wonString;

TribesGui

AwardList Source code

var(TribesGui) private EditInline Config GUIMultiColumnListBox AwardList;
A component of this page which has its behavior defined in the code for this page's class.

ChatEntryBox Source code

var(TribesGui) private EditInline Config GUIEditBox ChatEntryBox;

ChatWindowBackground Source code

var(TribesGui) private EditInline Config GUIImage ChatWindowBackground;

ResumeButton Source code

var(TribesGui) private EditInline Config GUIButton ResumeButton;
A component of this page which has its behavior defined in the code for this page's class.

StatList Source code

var(TribesGui) private EditInline Config GUIMultiColumnListBox StatList;
A component of this page which has its behavior defined in the code for this page's class.

TeamOneLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamOneLabel;
A component of this page which has its behavior defined in the code for this page's class.

TeamOnePlayerList Source code

var(TribesGui) private EditInline Config GUIMultiColumnListBox TeamOnePlayerList;
A component of this page which has its behavior defined in the code for this page's class.

TeamOneScoreLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamOneScoreLabel;
A component of this page which has its behavior defined in the code for this page's class.

TeamTwoLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamTwoLabel;
A component of this page which has its behavior defined in the code for this page's class.

TeamTwoPlayerList Source code

var(TribesGui) private EditInline Config GUIMultiColumnListBox TeamTwoPlayerList;
A component of this page which has its behavior defined in the code for this page's class.

TeamTwoScoreLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamTwoScoreLabel;
A component of this page which has its behavior defined in the code for this page's class.

TitleLabel Source code

var(TribesGui) private EditInline Config GUILabel TitleLabel;
A component of this page which has its behavior defined in the code for this page's class.


Functions Detail

getAwardWinnerTRI Source code

function TribesReplicationInfo getAwardWinnerTRI ( int statDataIndex) )

getColoredPlayerName Source code

function string getColoredPlayerName ( TribesReplicationInfo TRI) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnDeActivate Source code

function InternalOnDeActivate ( ) )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )

OnChatEntryCompleted Source code

function OnChatEntryCompleted ( GUIComponent edit) )

OnClientDraw Source code

function OnClientDraw ( Canvas canvas) )

OnPreLevelChange Source code

function OnPreLevelChange ( String DestURL, LevelSummary NewSummary) )

Timer Source code

function Timer ( ) )

Update Source code

function Update ( ) )

UpdateAwardList Source code

function UpdateAwardList ( ) )

UpdatePlayerList Source code

function UpdatePlayerList ( ) )

UpdateStatList Source code

function UpdateStatList ( ) )

UpdateTeamScores Source code

function UpdateTeamScores ( ) )


Defaultproperties

defaultproperties
{
    OnKeyEvent=InternalOnKeyEvent;
	wonString = "Your team won!"
	lostString = "Your team lost..."
	tiedString = "The match ended in a tie!"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:36.611 - Created with UnCodeX