Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:UBrowserIRCUserListBox (UT)

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

null

Default values[edit]

Property Value
ItemHeight 13.0
ListClass Class'UBrowser.UBrowserIRCUserList'

Instance functions[edit]

AddUser[edit]

function AddUser (string NickName)


ChangeNick[edit]

function ChangeNick (string OldNick, string NewNick)


ChangeOp[edit]

function ChangeOp (string Nick, bool bOp)


ChangeVoice[edit]

function ChangeVoice (string Nick, bool bVoice)


Created[edit]

function Created ()

Overrides: UWindowListBox.Created


DoubleClickItem[edit]

function DoubleClickItem (UWindowListBoxItem I)

Overrides: UWindowListBox.DoubleClickItem


DrawItem[edit]

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

Overrides: UWindowListControl.DrawItem


FindNick[edit]

function UBrowserIRCUserList FindNick (string NickName)


RemoveUser[edit]

function RemoveUser (string NickName)