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[edit]
bUsersNeedSorting[edit]
Type: bool
ChannelName[edit]
Type: string
ChannelTopic[edit]
Type: string
IsPrivate[edit]
Type: bool
SystemPage[edit]
Type: IRC_System
UserListBox[edit]
Type: GUIListBox
Default value: GUIListBox'MyUserListBox'
Subobjects[edit]
MyUserListBox[edit]
Class: XInterface.GUIListBox
Property | Value |
---|---|
bScaleToParent | True |
bVisibleWhenEmpty | True |
StyleName | "ServerBrowserGrid" |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: IRC_Page.InitComponent
Other instance functions[edit]
AddUser[edit]
function AddUser (string Nick)
ChangedNick[edit]
ChangeHalfOp[edit]
ChangeMode[edit]
ChangeNick[edit]
ChangeOp[edit]
ChangeTopic[edit]
function ChangeTopic (string NewTopic)
ChangeVoice[edit]
ChannelAction[edit]
ChannelText[edit]
FindNick[edit]
GetUser[edit]
JoinedChannel[edit]
function JoinedChannel (string Nick)
KickUser[edit]
MyCompareItem[edit]
MyListDblClick[edit]
function bool MyListDblClick (GUIComponent Sender)
MyOnDrawItem[edit]
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)
MyOnPreDraw[edit]
PartedChannel[edit]
function PartedChannel (string Nick)
ProcessInput[edit]
function ProcessInput (string Text)
Overrides: IRC_Page.ProcessInput
RemoveUser[edit]
function RemoveUser (string Nick)
UserInChannel[edit]
function UserInChannel (string Nick)