There is no spoon

UE2:UT2K4IRC_System instance functions (UT2004)

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

Instance functions[edit]

AddChannel[edit]

function UT2K4IRC_Channel AddChannel (string ChannelName, optional bool bPrivate, optional bool bActivate)


Ban[edit]

function Ban (string Nick, string ChannelName, optional string Reason)


CanShowPanel[edit]

function bool CanShowPanel ()

Overrides: GUITabPanel.CanShowPanel


ChangeAwayStatus[edit]

function ChangeAwayStatus (bool NewStatus)


ChangeConnectStatus[edit]

function ChangeConnectStatus (bool NewStatus)


ChangeCurrentNick[edit]

function ChangeCurrentNick ()


ChangedNick[edit]

function ChangedNick (string OldNick, string NewNick)


ChangeHalfOp[edit]

function ChangeHalfOp (string Channel, string Nick, bool bHalfOp)


ChangeMode[edit]

function ChangeMode (string Channel, string Nick, string Mode)


ChangeOp[edit]

function ChangeOp (string Channel, string Nick, bool bOp)


ChangeTopic[edit]

function ChangeTopic (string Channel, string NewTopic)


ChangeVoice[edit]

function ChangeVoice (string Channel, string Nick, bool bVoice)


ChanKeyPageClosed[edit]

function ChanKeyPageClosed (bool bCancelled)


ChannelAction[edit]

function ChannelAction (string Channel, string Nick, string Text)


ChannelText[edit]

function ChannelText (string Channel, string Nick, string Text)


CloseLink[edit]

function CloseLink (UT2K4IRCLink OldLink, bool bSwitchingServers, optional string Reason)


Connect[edit]

function bool Connect (string NewServer)


CreateNewLink[edit]

protected function UT2K4IRCLink CreateNewLink ()


CTCP[edit]

function CTCP (string Channel, string Nick, string Message)


DeHelp[edit]

function DeHelp (string Nick, string ChannelName)


Deop[edit]

function Deop (string Nick, string ChannelName)


DeVoice[edit]

function DeVoice (string Nick, string ChannelName)


Disconnect[edit]

function Disconnect ()


DisconnectAvailable[edit]

function bool DisconnectAvailable (out string ButtonCaption)


FindChannelWindow[edit]

function UT2K4IRC_Channel FindChannelWindow (string Channel, optional bool bIncludePrivate)


FindPrivateChannelIndex[edit]

function int FindPrivateChannelIndex (string ChannelName)


FindPrivateWindow[edit]

function UT2K4IRC_Private FindPrivateWindow (string Nick)


FindPublicChannelIndex[edit]

function int FindPublicChannelIndex (string ChannelName, optional bool bIncludePrivate)


GetCurrentChannel[edit]

function UT2K4IRC_Page GetCurrentChannel ()


GetCurrentChannelName[edit]

function string GetCurrentChannelName ()


GetDefaultChannel[edit]

function string GetDefaultChannel ()


Help[edit]

function Help (string Nick, string ChannelName)


InGame[edit]

function bool InGame ()


InMenus[edit]

function bool InMenus ()


InternalOnCreateComponent[edit]

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: UT2K4IRC_Page.InternalOnCreateComponent


IRCClosed[edit]

function IRCClosed ()


IsAway[edit]

function bool IsAway ()


IsConnected[edit]

function bool IsConnected ()


IsMe[edit]

function bool IsMe (string Test)


JoinChannel[edit]

function JoinChannel (string ChannelName)


JoinedChannel[edit]

function JoinedChannel (string Channel, optional string Nick)


Kick[edit]

function Kick (string Nick, string ChannelName, optional string Reason)


KickUser[edit]

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


LeaveAvailable[edit]

function bool LeaveAvailable (out string ButtonCaption)


NewNickPageClosed[edit]

function NewNickPageClosed (bool bCancelled)


NotifyChannelKey[edit]

function NotifyChannelKey (string chan)


NotifyInvalidNick[edit]

function NotifyInvalidNick ()


NotifyNickInUse[edit]

function NotifyNickInUse ()


NotifyQuitUnreal[edit]

function NotifyQuitUnreal ()


Op[edit]

function Op (string Nick, string ChannelName)


PartChannel[edit]

function PartChannel (string ChannelName)


PartCurrentChannel[edit]

function PartCurrentChannel ()


PartedChannel[edit]

function PartedChannel (string Channel, optional string Nick)


PrintAwayMessage[edit]

function PrintAwayMessage (string Nick, string Message)


PrivateAction[edit]

function PrivateAction (string Nick, string Text)


PrivateText[edit]

function PrivateText (string Nick, string Text)


ProcessInput[edit]

function ProcessInput (string Text)

Overrides: UT2K4IRC_Page.ProcessInput


RemoveChannel[edit]

function RemoveChannel (string Channel)


RemoveChannelAt[edit]

function bool RemoveChannelAt (int Index)


SetCurrentChannel[edit]

function SetCurrentChannel (int idx)


SetCurrentChannelPage[edit]

function SetCurrentChannelPage (UT2K4IRC_Channel ChannelPage)


SetMode[edit]

function SetMode (string Modes, string Target, bool On, optional string Extra)


SetNickAvailable[edit]

function bool SetNickAvailable (out string ButtonCaption)


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


SystemText[edit]

function SystemText (string Text)


Unban[edit]

function Unban (string Nick, string ChannelName)


UpdateAway[edit]

function UpdateAway ()


UpdateCurrentChannel[edit]

function UpdateCurrentChannel (int NewCurrent)


UpdateIdent[edit]

function UpdateIdent ()


UserInChannel[edit]

function UserInChannel (string Channel, string Nick)


UserNotice[edit]

function UserNotice (string Nick, string Text)


UserQuit[edit]

function UserQuit (string Nick, string Reason)


ValidChannelIndex[edit]

function bool ValidChannelIndex (int Index)


Voice[edit]

function Voice (string Nick, string ChannelName)


Whois[edit]

function Whois (string Nick)