- Extends
- TribesGUIPanel
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
|
+-- GUI.GUIPanel
|
+-- TribesGUI.TribesGUIPanel
|
+-- TribesGUI.TribesIRCPanel
var localized string ConnectText;
var localized string DisconnectText;
TribesIRCPanel
function bool AddChannelToHistory ( string NewChannelName, optional int Position ) )
function bool AddServerToHistory ( string NewServerName, optional int Position ) )
FindChannelHistoryIndex Source code
function int FindChannelHistoryIndex ( string ChannelName ) )
FindServerHistoryIndex Source code
function int FindServerHistoryIndex ( string ServerName ) )
event Free ( optional bool bForce ) )
function GetSizingButton ( ) )
function bool IsCurrentServer ( string ServerAddress ) )
function LoadChannelHistory ( ) )
function LoadServerHistory ( ) )
function bool PositionButtons (
Canvas C ) )
RemoveChannelFromHistory Source code
function bool RemoveChannelFromHistory ( string ChannelName ) )
RemoveServerFromHistory Source code
function bool RemoveServerFromHistory ( string ServerName ) )
UpdateConnectionStatus Source code
function UpdateConnectionStatus ( bool NowConnected ) )
defaultproperties
{
OnPreDraw=PositionButtons
ServerHistory(0)="irc.enterthegame.com"
ServerHistory(1)="irc.utchat.com"
ChannelHistory(0)="#ut"
ConnectText="CONNECT"
DisconnectText="DISCONNECT"
}
|
Creation time: st 23.5.2018 00:10:36.456 - Created with
UnCodeX