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

TribesGUI.TribesCountdownHUDScript

Extends
TribesEditableHUDScript

Core.Object
|   
+-- TribesGUI.HUDElement
   |   
   +-- TribesGUI.HUDContainer
      |   
      +-- TribesGUI.TribesHUDScriptBase
         |   
         +-- TribesGUI.TribesHUDScript
            |   
            +-- TribesGUI.TribesEditableHUDScript
               |   
               +-- TribesGUI.TribesCountdownHUDScript

Variables Summary
LabelElementCountdownLabel
stringCountdownText
Gameplay.ClientSideCharacterCSC
stringTournamentText
Inherited Variables from TribesGUI.TribesHUDScript
AnnouncementsWindow, bEventMessagesEnabled, bIsAnnouncmentsEnabled, bIsChatEnabled, bIsQuickChatEnabled, bOldQuickChat, bShowScoreboard, chatEntry, countDown, EventMessageWindow, keyEventReceptors, LastMouseX, LastMouseY, messageContainer, messageWindow, mouseEventReceptors, quickChatMenu, quickChatMenuContainer, rootQuickChatMenuObject, rootQuickChatMenuObjectName, scoreboardGroup, teamOneLabel, teamOneScoreLabel, teamTwoLabel, teamTwoScoreLabel

Functions Summary
function Construct ()))
function UpdateData (ClientSideCharacter c))
Inherited Functions from TribesGUI.TribesHUDScript
Construct, ConstructBaseComponents, DoUpdate, KeyEvent, KeyType, PreShow, RegisterKeyEventReceptor, RegisterMouseEventReceptor, UnRegisterKeyEventReceptor, UnRegisterMouseEventReceptor, UpdateData, UpdateScoreboard


Variables Detail

CountdownLabel Source code

var LabelElement CountdownLabel;

CountdownText Source code

var localized string CountdownText;

CSC Source code

var Gameplay.ClientSideCharacter CSC;

TournamentText Source code

var localized string TournamentText;


Functions Detail

Construct Source code

overloaded function Construct ( ) )

UpdateData Source code

simulated function UpdateData ( ClientSideCharacter c) )


Defaultproperties

defaultproperties
{
	CountdownText		= " seconds until round starts"
	TournamentText		= "The server is in tournament mode.  Press fire to ready and unready yourself."
}

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