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

TribesGUI.TribesDisconnectMenu

Extends
TribesGUIPage

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

Variables Summary
boolOnOKMenu
TribesDisconnectMenu
stringGenericDisconnectMessage
TribesGui
GUIButtonOKButton
GUILabelReasonLabel
GUILabelTitleLabel
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
function HandleParameters (string Param1, string Param2, optional int Param3))
function InitComponent (GUIComponent MyOwner))
function OnOKClicked (GUIComponent Sender))
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

OnOKMenu Source code

var localized bool OnOKMenu;

TribesDisconnectMenu

GenericDisconnectMessage Source code

var(TribesDisconnectMenu) localized string GenericDisconnectMessage;

TribesGui

OKButton Source code

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

ReasonLabel Source code

var(TribesGui) private EditInline Config GUILabel ReasonLabel;
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

HandleParameters Source code

function HandleParameters ( string Param1, string Param2, optional int Param3) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

OnOKClicked Source code

function OnOKClicked ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	GenericDisconnectMessage = "Rejected by server"
}

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