| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation  | 
| previous class next class | frames no frames | |||||
Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPage
            |   
            +-- TribesGUI.TribesGUIPage
               |   
               +-- TribesGUI.TribesMPGameSummaryMenu
| Inherited Variables from TribesGUI.TribesGUIPage | 
|---|
| bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape | 
| Inherited Variables from GUI.GUIPage | 
|---|
| bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers | 
| Functions Summary | ||
|---|---|---|
![]()  | TribesReplicationInfo | getAwardWinnerTRI (int statDataIndex)) | 
![]()  | string | getColoredPlayerName (TribesReplicationInfo TRI)) | 
![]()  | InitComponent (GUIComponent MyOwner)) | |
![]()  | InternalOnActivate ())) | |
![]()  | InternalOnClick (GUIComponent Sender)) | |
![]()  | InternalOnDeActivate ())) | |
![]()  | bool | InternalOnKeyEvent (out byte Key, out byte State, float delta)) | 
![]()  | OnChatEntryCompleted (GUIComponent edit)) | |
![]()  | OnClientDraw (Canvas canvas)) | |
![]()  | OnPreLevelChange (String DestURL, LevelSummary NewSummary)) | |
![]()  | Timer ())) | |
![]()  | Update ())) | |
![]()  | UpdateAwardList ())) | |
![]()  | UpdatePlayerList ())) | |
![]()  | UpdateStatList ())) | |
![]()  | 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 | 
|---|
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
| Functions Detail | 
|---|
 getAwardWinnerTRI  Source code
 getColoredPlayerName  Source code
 InitComponent  Source code
 InternalOnActivate  Source code
 InternalOnClick  Source code
 InternalOnDeActivate  Source code
 InternalOnKeyEvent  Source code
 OnChatEntryCompleted  Source code
 OnClientDraw  Source code
 OnPreLevelChange  Source code
 Timer  Source code
 Update  Source code
 UpdateAwardList  Source code
 UpdatePlayerList  Source code
 UpdateStatList  Source code
 UpdateTeamScores  Source code| 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 | UnrealScript Documentation  | 
| previous class next class | frames no frames | |||||