Always snap to grid

UE2:UT2K4IRC_Channel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4IRC_Page >> UT2K4IRC_Channel
Package: 
GUI2K4
Direct subclass:
UT2K4IRC_Private

IRC_Channel's handle all communication between the IRC_Link and an IRC channel

Updated by Ron Prestenback (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

ChannelName[edit]

Type: string


ChannelTopic[edit]

Type: string


DefaultListClass[edit]

Type: string


DehelpUserText[edit]

Type: string

Modifiers: localized


Default value: "Remove Helper"

DeopUserText[edit]

Type: string

Modifiers: localized


Default value: "Remove Op"

DevoiceUserText[edit]

Type: string

Modifiers: localized


Default value: "Remove Voice"

HelpUserText[edit]

Type: string

Modifiers: localized


Default value: "Make Helper"

IsPrivate[edit]

Type: bool

ChannelName will ~= Remote's Nick in this case

KickUserText[edit]

Type: string

Modifiers: localized


Default value: "Kick User"

lb_User[edit]

Type: GUIListBox


MessageUserText[edit]

Type: string

Modifiers: localized


Default value: "Open Query"

OpUserText[edit]

Type: string

Modifiers: localized


Default value: "Make Op"

ReasonText[edit]

Type: string

Modifiers: localized


Default value: "Reason: "

tp_System[edit]

Type: UT2K4IRC_System


VoiceUserText[edit]

Type: string

Modifiers: localized


Default value: "Make Voice"

WhoisUserText[edit]

Type: string

Modifiers: localized


Default value: "Whois"

Default values[edit]

Property Value
ContextMenu GUIContextMenu'RCMenu'
MainSplitterPosition 0.75
sp_Main GUISplitter'SplitterA'

Subobjects[edit]

RCMenu[edit]

Class: XInterface.GUIContextMenu

Property Value
OnOpen ContextMenuOpen
OnSelect ContextMenuClick

SplitterA[edit]

Class: XInterface.GUISplitter

Property Value
bFixedSplitter False
DefaultPanels[0] "XInterface.GUIScrollTextBox"
DefaultPanels[1] "XInterface.GUIListBox"
IniOption "@Internal"
OnCreateComponent InternalOnCreateComponent
OnLoadINI InternalOnLoadIni
OnReleaseSplitter InternalOnReleaseSplitter
SplitOrientation SPLIT_Horizontal
SplitPosition 0.75
WinHeight 0.95
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4IRC_Page.InitComponent


Other instance functions[edit]

See UT2K4IRC_Channel instance functions.