Always snap to grid
UE2:IRC_Channel (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> IRC_Page >> IRC_Channel |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 AddUser
- 2.2 ChangedNick
- 2.3 ChangeHalfOp
- 2.4 ChangeMode
- 2.5 ChangeNick
- 2.6 ChangeOp
- 2.7 ChangeTopic
- 2.8 ChangeVoice
- 2.9 ChannelAction
- 2.10 ChannelText
- 2.11 FindNick
- 2.12 GetUser
- 2.13 InitComponent
- 2.14 JoinedChannel
- 2.15 KickUser
- 2.16 MyCompareItem
- 2.17 MyListDblClick
- 2.18 MyOnDrawItem
- 2.19 MyOnPreDraw
- 2.20 PartedChannel
- 2.21 ProcessInput
- 2.22 RemoveUser
- 2.23 UserInChannel
- 2.24 UserNotice
- 2.25 UserQuit
- 2.26 UserSetFlag
- Package:
- XInterface
- Direct subclass:
- IRC_Private
- This class in other games:
- UT2004
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 |
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]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: IRC_Page.InitComponent
JoinedChannel[edit]
function JoinedChannel (string Nick)
KickUser[edit]
MyCompareItem[edit]
MyListDblClick[edit]
function bool MyListDblClick (GUIComponent Sender)
MyOnDrawItem[edit]
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)