Gah - a solution with more questions. – EntropicLqd

UE2:IRC_Channel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> IRC_Page >> IRC_Channel
Package: 
XInterface
Direct subclass:
IRC_Private
This class in other games:
UT2003

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]

function ChangedNick (string OldNick, string NewNick)


ChangeHalfOp[edit]

function ChangeHalfOp (string Nick, bool NewHalfOp)


ChangeMode[edit]

function ChangeMode (string Nick, string Mode)


ChangeNick[edit]

function ChangeNick (string OldNick, string NewNick)


ChangeOp[edit]

function ChangeOp (string Nick, bool NewOp)


ChangeTopic[edit]

function ChangeTopic (string NewTopic)


ChangeVoice[edit]

function ChangeVoice (string Nick, bool NewVoice)


ChannelAction[edit]

function ChannelAction (string Nick, string Text)


ChannelText[edit]

function ChannelText (string Nick, string Text)


FindNick[edit]

function bool FindNick (string Nick)


GetUser[edit]

function int GetUser (string Nick)


JoinedChannel[edit]

function JoinedChannel (string Nick)


KickUser[edit]

function KickUser (string KickedNick, string Kicker, string Reason)


MyCompareItem[edit]

function int MyCompareItem (GUI.GUIListElem ElemA, GUI.GUIListElem ElemB)


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]

function bool MyOnPreDraw (Canvas C)


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)


UserNotice[edit]

function UserNotice (string Nick, string Text)


UserQuit[edit]

function UserQuit (string Nick, string Reason)


UserSetFlag[edit]

function UserSetFlag (int i, string flag, bool bSet)