There is no spoon

UE2:UT2K4IRC_Channel instance functions (UT2004)

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

Instance functions[edit]

AddControlContextOptions[edit]

function AddControlContextOptions (GUIContextMenu Menu, string Nick)


AddUser[edit]

function AddUser (string Nick)


AddUserContextOptions[edit]

function AddUserContextOptions (GUIContextMenu Menu, string Nick)


Ban[edit]

function Ban (string Nick, optional string Reason)


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)


ContextMenuClick[edit]

function ContextMenuClick (GUIContextMenu Sender, int ClickIndex)


ContextMenuOpen[edit]

function bool ContextMenuOpen (GUIContextMenu Sender)


DeHelp[edit]

function DeHelp (string Nick)


Deop[edit]

function Deop (string Nick)


DeVoice[edit]

function DeVoice (string Nick)


FindNick[edit]

function bool FindNick (string Nick)


GetAbsoluteIndex[edit]

function int GetAbsoluteIndex (GUIContextMenu Menu, int Index)


GetFlags[edit]

function string GetFlags (string NickName)


GetUser[edit]

function int GetUser (string Nick)


Help[edit]

function Help (string Nick)


InternalOnCreateComponent[edit]

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: UT2K4IRC_Page.InternalOnCreateComponent


InternalOnLoadIni[edit]

function InternalOnLoadIni (GUIComponent Sender, string S)


InternalOnReleaseSplitter[edit]

function InternalOnReleaseSplitter (GUIComponent Sender, float NewPos)


JoinedChannel[edit]

function JoinedChannel (string Nick)


Kick[edit]

function Kick (string Nick, optional string Reason)


KickReasonClose[edit]

function KickReasonClose (bool bCancelled)


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)


Op[edit]

function Op (string Nick)


PartedChannel[edit]

function PartedChannel (string Nick)


ProcessInput[edit]

function ProcessInput (string Text)

Overrides: UT2K4IRC_Page.ProcessInput


RemoveUser[edit]

function RemoveUser (string Nick)


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


Unban[edit]

function Unban (string Nick)


UserInChannel[edit]

function UserInChannel (string Nick)


UserIsHelper[edit]

function bool UserIsHelper (string NickName)


UserIsOp[edit]

function bool UserIsOp (string NickName)


UserIsVoice[edit]

function bool UserIsVoice (string NickName)


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)


Voice[edit]

function Voice (string Nick)


Whois[edit]

function Whois (string Nick)