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

TribesGUI.TribesAwaitGameStartHUDScript

Extends
TribesEditableHUDScript

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

Variables Summary
stringWaitForMorePlayersText
stringWaitForTournamentText
LabelElementWaitGameStartPromptLabel
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

WaitForMorePlayersText Source code

var localized string WaitForMorePlayersText;

WaitForTournamentText Source code

var localized string WaitForTournamentText;

WaitGameStartPromptLabel Source code

var LabelElement WaitGameStartPromptLabel;


Functions Detail

Construct Source code

overloaded function Construct ( ) )

UpdateData Source code

simulated function UpdateData ( ClientSideCharacter c) )


Defaultproperties

defaultproperties
{
	WaitForMorePlayersText			= "The game will not start until more players have joined."
	WaitForTournamentText			= "The server is in tournament mode."
}

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