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

TribesGUI.TribesExitMenu

Extends
TribesSlideshowMenu

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

Variables Summary
TribesGui
GUIButtonecommerceButton
stringecommerceURL
GUIButtonexitButton
GUIButtonnextButton
GUIButtonproductButton
stringproductURL
GUIButtonsignupButton
stringsignupURL
Inherited Variables from TribesGUI.TribesSlideshowMenu
bActivated, bAllowClickToAdvance, bDontQuitOnClick, currentImageIndex, imageDelay, imageList, numTicks, slideshowImage
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape

Functions Summary
function InitComponent (GUIComponent MyOwner))
function OnEcommerceClick (GUIComponent Sender))
function OnNextClick (GUIComponent Sender))
function OnProductClick (GUIComponent Sender))
function OnSignupClick (GUIComponent Sender))
function onSlideshowEnd ()))
Inherited Functions from TribesGUI.TribesSlideshowMenu
advanceImage, AdvanceSlideshow, EndSlideshow, InitComponent, InternalOnKeyEvent, InternalOnShow, isLastSlide, OnSlideshowClick, OnSlideShowEnd, StartSlideshow, Timer
Inherited Functions from TribesGUI.TribesGUIPage
DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit


Variables Detail

TribesGui

ecommerceButton Source code

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

ecommerceURL Source code

var(TribesGui) config string ecommerceURL;

exitButton Source code

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

nextButton Source code

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

productButton Source code

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

productURL Source code

var(TribesGui) config string productURL;

signupButton Source code

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

signupURL Source code

var(TribesGui) config string signupURL;


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

OnEcommerceClick Source code

function OnEcommerceClick ( GUIComponent Sender) )

OnNextClick Source code

function OnNextClick ( GUIComponent Sender) )

OnProductClick Source code

function OnProductClick ( GUIComponent Sender) )

OnSignupClick Source code

function OnSignupClick ( GUIComponent Sender) )

onSlideshowEnd Source code

function onSlideshowEnd ( ) )


Defaultproperties

defaultproperties
{
	imageDelay = 0
	bHideMouseCursor=false
}

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