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

TribesGUI.TribesMultiplayerMenu

Extends
TribesGUIPage

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

Variables Summary
stringGamespyURL
TribesGui
GUIButtonGamespyJoin
GUIButtonMainMenuButton
TribesMPCommunityPanelMPCommunityPanel
TribesMPGameGuidePanelMPGameGuidePanel
TribesMPHostPanelMPHostPanel
TribesMPProfilePanelMPProfilePanel
TribesMPQuickPlayPanelMPQuickPlayPanel
TribesMPRecordingsPanelMPRecordingsPanel
GUITabControlMyTabControl
GUIButtonQuitButton
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
function InitComponent (GUIComponent MyOwner))
function InternalOnClick (GUIComponent Sender))
function InternalOnPopupReturned (GUIListElem retVal, String passback ))
function InternalOnShow ()))
function JoinGamespy ()))
function OnGamespyJoin (GUIComponent Sender))
function SetGamespyMode (bool bOn, string URL))
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

GamespyURL Source code

var string GamespyURL;

TribesGui

GamespyJoin Source code

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

MainMenuButton Source code

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

MPCommunityPanel Source code

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

MPGameGuidePanel Source code

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

MPHostPanel Source code

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

MPProfilePanel Source code

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

MPQuickPlayPanel Source code

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

MPRecordingsPanel Source code

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

MyTabControl Source code

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

QuitButton Source code

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


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnPopupReturned Source code

function InternalOnPopupReturned ( GUIListElem retVal, String passback ) )

InternalOnShow Source code

function InternalOnShow ( ) )

JoinGamespy Source code

function JoinGamespy ( ) )

OnGamespyJoin Source code

function OnGamespyJoin ( GUIComponent Sender) )

SetGamespyMode Source code

function SetGamespyMode ( bool bOn, string URL) )


Defaultproperties

defaultproperties
{
	OnPopupReturned=InternalOnPopupReturned
}

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