Gah - a solution with more questions. – EntropicLqd

UE2:IRC_System (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> IRC_Page >> IRC_System
Package: 
XInterface
This class in other games:
UT2004

null

Properties

bAway

Type: bool


bConnected

Type: bool


bSysInitialised

Type: bool


ByText

Type: string

Modifiers: localized


Default value: "by"

ChannelCombo

Type: GUIComboBox


Default value: GUIComboBox'MyChannelCombo'

ChannelHistory

Type: array<string>

Modifiers: config


ChannelLabel

Type: GUILabel


Default value: GUILabel'MyChannelLabel'

Channels

Type: array<IRC_Channel>


ConnectButton

Type: GUIButton


Default value: GUIButton'MyConnectButton'

ConnectText

Type: string

Modifiers: localized


Default value: "CONNECT"

CurChannel

Type: int


Default value: -1

DefaultChannels

Type: array<string>

Modifiers: localized


DisconnectText

Type: string

Modifiers: localized


Default value: "DISCONNECT"

FullName

Type: string

Modifiers: config


IRCPage

Type: Browser_IRC


IsAwayText

Type: string

Modifiers: localized


Default value: "is away"

JoinChannelButton

Type: GUIButton


Default value: GUIButton'MyJoinChannelButton'

KickedFromText

Type: string

Modifiers: localized


Default value: "You were kicked from"

Link

Type: IRCLink


NickName

Type: string

Modifiers: config


NotInAChannelText

Type: string

Modifiers: localized


Default value: "Not in a channel!"

OldPlayerName

Type: string

Modifiers: config


PrevChannel

Type: int


Default value: -1

RemoveChannelButton

Type: GUIButton


Default value: GUIButton'MyRemoveChannelButton'

RemoveServerButton

Type: GUIButton


Default value: GUIButton'MyRemoveServerButton'

ServerCombo

Type: GUIComboBox


Default value: GUIComboBox'MyServerCombo'

ServerHistory

Type: array<string>

Modifiers: config


ServerLabel

Type: GUILabel


Default value: GUILabel'MyServerLabel'

TestIRCString

Type: string


UserIdent

Type: string

Modifiers: config


Subobjects

MyChannelCombo

Class: XInterface.GUIComboBox

Property Value
WinHeight 0.3
WinLeft 0.15
WinTop 0.5
WinWidth 0.4

MyChannelLabel

Class: XInterface.GUILabel

Property Value
Caption "Channel"
StyleName "TextLabel"
TextAlign TXTA_LEFT
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 0.3
WinLeft 0.03
WinTop 0.5
WinWidth 0.2

MyConnectButton

Class: XInterface.GUIButton

Property Value
Caption ""
OnClick ConnectClick
WinHeight 0.3
WinLeft 0.56
WinTop 0.1
WinWidth 0.2

MyJoinChannelButton

Class: XInterface.GUIButton

Property Value
Caption "JOIN CHANNEL"
OnClick JoinChannelClick
WinHeight 0.3
WinLeft 0.56
WinTop 0.5
WinWidth 0.2

MyRemoveChannelButton

Class: XInterface.GUIButton

Property Value
Caption "REMOVE CHANNEL"
OnClick RemoveChannelClick
WinHeight 0.3
WinLeft 0.77
WinTop 0.5
WinWidth 0.2

MyRemoveServerButton

Class: XInterface.GUIButton

Property Value
Caption "REMOVE SERVER"
OnClick RemoveServerClick
WinHeight 0.3
WinLeft 0.77
WinTop 0.1
WinWidth 0.2

MyServerCombo

Class: XInterface.GUIComboBox

Property Value
WinHeight 0.3
WinLeft 0.15
WinTop 0.1
WinWidth 0.4

MyServerLabel

Class: XInterface.GUILabel

Property Value
Caption "Server"
StyleName "TextLabel"
TextAlign TXTA_LEFT
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 0.3
WinLeft 0.03
WinTop 0.1
WinWidth 0.2

Functions

Events

Timer

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions

See IRC_System instance functions.