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

TribesGUI.TribesMPPlayersPanel

Extends
TribesMPEscapePanel

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPanel
            |   
            +-- TribesGUI.TribesGUIPanel
               |   
               +-- TribesGUI.TribesMPEscapePanel
                  |   
                  +-- TribesGUI.TribesMPPlayersPanel

Variables Summary
stringaddedBuddyString
boolbDebugAdmin
boolbRecordingDemo
boolbRefreshingLists
GUIMultiColumnListBoxcurrentlySelectedList
stringfailedToAddBuddyString
stringforceTeamString
stringjoinTeamString
stringmuteString
floatpollingDelay
stringSpectate
stringstartRecordingString
stringstopRecordingString
TeamInfoTeamOne
TeamInfoTeamTwo
stringunmuteString
stringunSpectate
TribesGui
GUIButtonAddBuddyButton
GUIButtonBanButton
GUIButtonChangeTeamButton
TextureDeathIcon
GUIImageDeathIconImage
GUIButtonForceTeamOneButton
GUIButtonForceTeamTwoButton
GUIButtonGrantAdminButton
GUIButtonJoinTeamOneButton
GUIButtonJoinTeamTwoButton
GUIButtonKickButton
GUIButtonMuteButton
colorownNameColor
GUIButtonRecordButton
GUIButtonSpectateButton
GUIMultiColumnListBoxSpectatorListBox
GUIButtonSpectifyButton
TextureStatusIcon
GUIImageStatusIconImage
GUIButtonTeamChangeButton
GUIMultiColumnListBoxTeamOneListBox
GUIMultiColumnListBoxTeamTwoListBox
GUIButtonVoteAdminButton
GUIButtonVoteToKickButton
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
functionbool AddBuddy (string buddy))
function AddBuddyClick (GUIComponent Sender))
function BanClick (GUIComponent Sender))
function ChangeTeamClick (GUIComponent Sender))
functionString constructRecordingName ()))
function executeCommand (string command, optional string playerName))
function ForceTeamOneClick (GUIComponent Sender))
function ForceTeamTwoClick (GUIComponent Sender))
functionString FullTimeDate ()))
functionstring getColoredPlayerName (TribesReplicationInfo TRI))
functionstring getSelectedPlayerName (optional bool bDontStripCodes))
function GrantAdminClick (GUIComponent Sender))
functionbool hasAdminPrivileges ()))
function InitComponent (GUIComponent Owner))
function InternalOnActivate ()))
function InternalOnHide ()))
function InternalOnShow ()))
function JoinTeamOneClick (GUIComponent Sender))
function JoinTeamTwoClick (GUIComponent Sender))
function KickClick (GUIComponent Sender))
function MessageClick (GUIComponent Sender))
function MuteClick (GUIComponent Sender))
function OnListChange (GUIComponent Sender))
function RecordClick (GUIComponent Sender))
function SpectateClick (GUIComponent Sender))
function SpectatorListClick (GUIComponent Sender))
function SpectifyClick (GUIComponent Sender))
function TeamChangeClick (GUIComponent Sender))
function TeamOneListClick (GUIComponent Sender))
function TeamTwoListClick (GUIComponent Sender))
function Timer ()))
function UpdateButtons ()))
function UpdateTeamLists ()))
function VoteAdminClick (GUIComponent Sender))
function VoteToKickClick (GUIComponent Sender))
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

addedBuddyString Source code

var localized string addedBuddyString;

bDebugAdmin Source code

var bool bDebugAdmin;

bRecordingDemo Source code

var bool bRecordingDemo;

bRefreshingLists Source code

var bool bRefreshingLists;

currentlySelectedList Source code

var GUIMultiColumnListBox currentlySelectedList;

failedToAddBuddyString Source code

var localized string failedToAddBuddyString;

forceTeamString Source code

var localized string forceTeamString;

joinTeamString Source code

var localized string joinTeamString;

muteString Source code

var localized string muteString;

pollingDelay Source code

var float pollingDelay;

Spectate Source code

var localized string Spectate;

startRecordingString Source code

var localized string startRecordingString;

stopRecordingString Source code

var localized string stopRecordingString;

TeamOne Source code

var TeamInfo TeamOne;

TeamTwo Source code

var TeamInfo TeamTwo;

unmuteString Source code

var localized string unmuteString;

unSpectate Source code

var localized string unSpectate;

TribesGui

AddBuddyButton Source code

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

BanButton Source code

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

ChangeTeamButton Source code

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

DeathIcon Source code

var(TribesGUI) protected EditInline Config Texture DeathIcon;

DeathIconImage Source code

var(TribesGUI) protected EditInline Config GUIImage DeathIconImage;

ForceTeamOneButton Source code

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

ForceTeamTwoButton Source code

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

GrantAdminButton Source code

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

JoinTeamOneButton Source code

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

JoinTeamTwoButton Source code

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

KickButton Source code

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

MuteButton Source code

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

ownNameColor Source code

var(TribesGui) private Config color ownNameColor;

RecordButton Source code

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

SpectateButton Source code

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

SpectatorListBox Source code

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

SpectifyButton Source code

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

StatusIcon Source code

var(TribesGUI) protected EditInline Config Texture StatusIcon;

StatusIconImage Source code

var(TribesGUI) protected EditInline Config GUIImage StatusIconImage;

TeamChangeButton Source code

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

TeamOneListBox Source code

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

TeamTwoListBox Source code

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

VoteAdminButton Source code

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

VoteToKickButton Source code

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


Functions Detail

AddBuddy Source code

function bool AddBuddy ( string buddy) )

AddBuddyClick Source code

function AddBuddyClick ( GUIComponent Sender) )

BanClick Source code

function BanClick ( GUIComponent Sender) )

ChangeTeamClick Source code

function ChangeTeamClick ( GUIComponent Sender) )

constructRecordingName Source code

function String constructRecordingName ( ) )

executeCommand Source code

function executeCommand ( string command, optional string playerName) )

ForceTeamOneClick Source code

function ForceTeamOneClick ( GUIComponent Sender) )

ForceTeamTwoClick Source code

function ForceTeamTwoClick ( GUIComponent Sender) )

FullTimeDate Source code

function String FullTimeDate ( ) )

getColoredPlayerName Source code

function string getColoredPlayerName ( TribesReplicationInfo TRI) )

getSelectedPlayerName Source code

function string getSelectedPlayerName ( optional bool bDontStripCodes) )

GrantAdminClick Source code

function GrantAdminClick ( GUIComponent Sender) )

hasAdminPrivileges Source code

function bool hasAdminPrivileges ( ) )

InitComponent Source code

function InitComponent ( GUIComponent Owner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnHide Source code

function InternalOnHide ( ) )

InternalOnShow Source code

function InternalOnShow ( ) )

JoinTeamOneClick Source code

function JoinTeamOneClick ( GUIComponent Sender) )

JoinTeamTwoClick Source code

function JoinTeamTwoClick ( GUIComponent Sender) )

KickClick Source code

function KickClick ( GUIComponent Sender) )

MessageClick Source code

function MessageClick ( GUIComponent Sender) )

MuteClick Source code

function MuteClick ( GUIComponent Sender) )

OnListChange Source code

function OnListChange ( GUIComponent Sender) )

RecordClick Source code

function RecordClick ( GUIComponent Sender) )

SpectateClick Source code

function SpectateClick ( GUIComponent Sender) )

SpectatorListClick Source code

function SpectatorListClick ( GUIComponent Sender) )

SpectifyClick Source code

function SpectifyClick ( GUIComponent Sender) )

TeamChangeClick Source code

function TeamChangeClick ( GUIComponent Sender) )

TeamOneListClick Source code

function TeamOneListClick ( GUIComponent Sender) )

TeamTwoListClick Source code

function TeamTwoListClick ( GUIComponent Sender) )

Timer Source code

function Timer ( ) )

UpdateButtons Source code

function UpdateButtons ( ) )

UpdateTeamLists Source code

function UpdateTeamLists ( ) )

VoteAdminClick Source code

function VoteAdminClick ( GUIComponent Sender) )

VoteToKickClick Source code

function VoteToKickClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	pollingDelay=0.5
	bDebugAdmin=false
	unSpectate = "UNSPECTATE"
	Spectate = "SPECTATE"
	addedBuddyString = "You added %1 to your buddy list."
	failedToAddBuddyString = "%1 is already in your buddy list."
	joinTeamString = "JOIN %1"
	forceTeamString = "FORCE %1"
	startRecordingString = "START RECORDING"
	stopRecordingString = "STOP RECORDING"
	muteString = "MUTE"
	unMuteString = "UNMUTE"
	StatusIcon=Texture'guitribes.icon_medium'
	DeathIcon=Texture'guitribes.icon_skull'
}

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