Gah - a solution with more questions. – EntropicLqd

UE1:UBrowserIRCUserListBox (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)