I don't need to test my programs. I have an error-correcting modem.

UE1:UBrowserIRCUserListBox (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UBrowser

null

Default values

Property Value
ItemHeight 13.0
ListClass Class'UBrowser.UBrowserIRCUserList'

Instance functions

AddUser

function AddUser (string NickName)


ChangeNick

function ChangeNick (string OldNick, string NewNick)


ChangeOp

function ChangeOp (string Nick, bool bOp)


ChangeVoice

function ChangeVoice (string Nick, bool bVoice)


Created

function Created ()

Overrides: UWindowListBox.Created


DoubleClickItem

function DoubleClickItem (UWindowListBoxItem I)

Overrides: UWindowListBox.DoubleClickItem


DrawItem

function DrawItem (Canvas C, UWindowList Item, float X, float Y, float W, float H)

Overrides: UWindowListControl.DrawItem


FindNick

function UBrowserIRCUserList FindNick (string NickName)


RemoveUser

function RemoveUser (string NickName)