Mostly Harmless

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[edit]

bAway[edit]

Type: bool


bConnected[edit]

Type: bool


bSysInitialised[edit]

Type: bool


ByText[edit]

Type: string

Modifiers: localized


Default value: "by"

ChannelCombo[edit]

Type: GUIComboBox


Default value: GUIComboBox'MyChannelCombo'

ChannelHistory[edit]

Type: array<string>

Modifiers: config


ChannelLabel[edit]

Type: GUILabel


Default value: GUILabel'MyChannelLabel'

Channels[edit]

Type: array<IRC_Channel>


ConnectButton[edit]

Type: GUIButton


Default value: GUIButton'MyConnectButton'

ConnectText[edit]

Type: string

Modifiers: localized


Default value: "CONNECT"

CurChannel[edit]

Type: int


Default value: -1

DefaultChannels[edit]

Type: array<string>

Modifiers: localized


DisconnectText[edit]

Type: string

Modifiers: localized


Default value: "DISCONNECT"

FullName[edit]

Type: string

Modifiers: config


IRCPage[edit]

Type: Browser_IRC


IsAwayText[edit]

Type: string

Modifiers: localized


Default value: "is away"

JoinChannelButton[edit]

Type: GUIButton


Default value: GUIButton'MyJoinChannelButton'

KickedFromText[edit]

Type: string

Modifiers: localized


Default value: "You were kicked from"

Link[edit]

Type: IRCLink


NickName[edit]

Type: string

Modifiers: config


NotInAChannelText[edit]

Type: string

Modifiers: localized


Default value: "Not in a channel!"

OldPlayerName[edit]

Type: string

Modifiers: config


PrevChannel[edit]

Type: int


Default value: -1

RemoveChannelButton[edit]

Type: GUIButton


Default value: GUIButton'MyRemoveChannelButton'

RemoveServerButton[edit]

Type: GUIButton


Default value: GUIButton'MyRemoveServerButton'

ServerCombo[edit]

Type: GUIComboBox


Default value: GUIComboBox'MyServerCombo'

ServerHistory[edit]

Type: array<string>

Modifiers: config


ServerLabel[edit]

Type: GUILabel


Default value: GUILabel'MyServerLabel'

TestIRCString[edit]

Type: string


UserIdent[edit]

Type: string

Modifiers: config


Subobjects[edit]

MyChannelCombo[edit]

Class: XInterface.GUIComboBox

Property Value
WinHeight 0.3
WinLeft 0.15
WinTop 0.5
WinWidth 0.4

MyChannelLabel[edit]

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[edit]

Class: XInterface.GUIButton

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

MyJoinChannelButton[edit]

Class: XInterface.GUIButton

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

MyRemoveChannelButton[edit]

Class: XInterface.GUIButton

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

MyRemoveServerButton[edit]

Class: XInterface.GUIButton

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

MyServerCombo[edit]

Class: XInterface.GUIComboBox

Property Value
WinHeight 0.3
WinLeft 0.15
WinTop 0.1
WinWidth 0.4

MyServerLabel[edit]

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[edit]

Events[edit]

Timer[edit]

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions[edit]

See IRC_System instance functions.