Gah - a solution with more questions. – EntropicLqd

UE2:UT2K4IRC_Channel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

ChannelName

Type: string


ChannelTopic

Type: string


DefaultListClass

Type: string


DehelpUserText

Type: string

Modifiers: localized


Default value: "Remove Helper"

DeopUserText

Type: string

Modifiers: localized


Default value: "Remove Op"

DevoiceUserText

Type: string

Modifiers: localized


Default value: "Remove Voice"

HelpUserText

Type: string

Modifiers: localized


Default value: "Make Helper"

IsPrivate

Type: bool

ChannelName will ~= Remote's Nick in this case

KickUserText

Type: string

Modifiers: localized


Default value: "Kick User"

lb_User

Type: GUIListBox


MessageUserText

Type: string

Modifiers: localized


Default value: "Open Query"

OpUserText

Type: string

Modifiers: localized


Default value: "Make Op"

ReasonText

Type: string

Modifiers: localized


Default value: "Reason: "

tp_System

Type: UT2K4IRC_System


VoiceUserText

Type: string

Modifiers: localized


Default value: "Make Voice"

WhoisUserText

Type: string

Modifiers: localized


Default value: "Whois"

Default values

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

Subobjects

RCMenu

Class: XInterface.GUIContextMenu

Property Value
OnOpen ContextMenuOpen
OnSelect ContextMenuClick

SplitterA

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

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4IRC_Page.InitComponent


Other instance functions

See UT2K4IRC_Channel instance functions.