Gah - a solution with more questions. – EntropicLqd
UE2:IRC_Channel (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> IRC_Page >> IRC_Channel |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddUser
- 2.2.2 ChangedNick
- 2.2.3 ChangeHalfOp
- 2.2.4 ChangeMode
- 2.2.5 ChangeNick
- 2.2.6 ChangeOp
- 2.2.7 ChangeTopic
- 2.2.8 ChangeVoice
- 2.2.9 ChannelAction
- 2.2.10 ChannelText
- 2.2.11 FindNick
- 2.2.12 GetUser
- 2.2.13 JoinedChannel
- 2.2.14 KickUser
- 2.2.15 MyCompareItem
- 2.2.16 MyListDblClick
- 2.2.17 MyOnDrawItem
- 2.2.18 MyOnPreDraw
- 2.2.19 PartedChannel
- 2.2.20 ProcessInput
- 2.2.21 RemoveUser
- 2.2.22 UserInChannel
- 2.2.23 UserNotice
- 2.2.24 UserQuit
- 2.2.25 UserSetFlag
- Package:
- XInterface
- Direct subclass:
- IRC_Private
- This class in other games:
- UT2003
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. |
null
Properties
bUsersNeedSorting
Type: bool
ChannelName
Type: string
ChannelTopic
Type: string
IsPrivate
Type: bool
SystemPage
Type: IRC_System
UserListBox
Type: GUIListBox
Default value: GUIListBox'MyUserListBox'
Subobjects
MyUserListBox
Class: XInterface.GUIListBox
Property | Value |
---|---|
bScaleToParent | True |
bVisibleWhenEmpty | True |
StyleName | "ServerBrowserGrid" |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: IRC_Page.InitComponent
Other instance functions
AddUser
function AddUser (string Nick)
ChangedNick
ChangeHalfOp
ChangeMode
ChangeNick
ChangeOp
ChangeTopic
function ChangeTopic (string NewTopic)
ChangeVoice
ChannelAction
ChannelText
FindNick
GetUser
JoinedChannel
function JoinedChannel (string Nick)
KickUser
MyCompareItem
MyListDblClick
function bool MyListDblClick (GUIComponent Sender)
MyOnDrawItem
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
MyOnPreDraw
PartedChannel
function PartedChannel (string Nick)
ProcessInput
function ProcessInput (string Text)
Overrides: IRC_Page.ProcessInput
RemoveUser
function RemoveUser (string Nick)
UserInChannel
function UserInChannel (string Nick)