Always snap to grid
UE2:UT2K4IRC_Channel (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4IRC_Page >> UT2K4IRC_Channel |
Contents
- 1 Properties
- 1.1 ChannelName
- 1.2 ChannelTopic
- 1.3 DefaultListClass
- 1.4 DehelpUserText
- 1.5 DeopUserText
- 1.6 DevoiceUserText
- 1.7 HelpUserText
- 1.8 IsPrivate
- 1.9 KickUserText
- 1.10 lb_User
- 1.11 MessageUserText
- 1.12 OpUserText
- 1.13 ReasonText
- 1.14 tp_System
- 1.15 VoiceUserText
- 1.16 WhoisUserText
- 1.17 Default values
- 1.18 Subobjects
- 2 Functions
- Package:
- GUI2K4
- Direct subclass:
- UT2K4IRC_Private
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
Overrides: UT2K4IRC_Page.InitComponent