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

UE2:UT2K4IRC_System instance functions (UT2004)

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

Instance functions

AddChannel

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


Ban

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


CanShowPanel

function bool CanShowPanel ()

Overrides: GUITabPanel.CanShowPanel


ChangeAwayStatus

function ChangeAwayStatus (bool NewStatus)


ChangeConnectStatus

function ChangeConnectStatus (bool NewStatus)


ChangeCurrentNick

function ChangeCurrentNick ()


ChangedNick

function ChangedNick (string OldNick, string NewNick)


ChangeHalfOp

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


ChangeMode

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


ChangeOp

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


ChangeTopic

function ChangeTopic (string Channel, string NewTopic)


ChangeVoice

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


ChanKeyPageClosed

function ChanKeyPageClosed (bool bCancelled)


ChannelAction

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


ChannelText

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


CloseLink

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


Connect

function bool Connect (string NewServer)


CreateNewLink

protected function UT2K4IRCLink CreateNewLink ()


CTCP

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


DeHelp

function DeHelp (string Nick, string ChannelName)


Deop

function Deop (string Nick, string ChannelName)


DeVoice

function DeVoice (string Nick, string ChannelName)


Disconnect

function Disconnect ()


DisconnectAvailable

function bool DisconnectAvailable (out string ButtonCaption)


FindChannelWindow

function UT2K4IRC_Channel FindChannelWindow (string Channel, optional bool bIncludePrivate)


FindPrivateChannelIndex

function int FindPrivateChannelIndex (string ChannelName)


FindPrivateWindow

function UT2K4IRC_Private FindPrivateWindow (string Nick)


FindPublicChannelIndex

function int FindPublicChannelIndex (string ChannelName, optional bool bIncludePrivate)


GetCurrentChannel

function UT2K4IRC_Page GetCurrentChannel ()


GetCurrentChannelName

function string GetCurrentChannelName ()


GetDefaultChannel

function string GetDefaultChannel ()


Help

function Help (string Nick, string ChannelName)


InGame

function bool InGame ()


InMenus

function bool InMenus ()


InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: UT2K4IRC_Page.InternalOnCreateComponent


IRCClosed

function IRCClosed ()


IsAway

function bool IsAway ()


IsConnected

function bool IsConnected ()


IsMe

function bool IsMe (string Test)


JoinChannel

function JoinChannel (string ChannelName)


JoinedChannel

function JoinedChannel (string Channel, optional string Nick)


Kick

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


KickUser

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


LeaveAvailable

function bool LeaveAvailable (out string ButtonCaption)


NewNickPageClosed

function NewNickPageClosed (bool bCancelled)


NotifyChannelKey

function NotifyChannelKey (string chan)


NotifyInvalidNick

function NotifyInvalidNick ()


NotifyNickInUse

function NotifyNickInUse ()


NotifyQuitUnreal

function NotifyQuitUnreal ()


Op

function Op (string Nick, string ChannelName)


PartChannel

function PartChannel (string ChannelName)


PartCurrentChannel

function PartCurrentChannel ()


PartedChannel

function PartedChannel (string Channel, optional string Nick)


PrintAwayMessage

function PrintAwayMessage (string Nick, string Message)


PrivateAction

function PrivateAction (string Nick, string Text)


PrivateText

function PrivateText (string Nick, string Text)


ProcessInput

function ProcessInput (string Text)

Overrides: UT2K4IRC_Page.ProcessInput


RemoveChannel

function RemoveChannel (string Channel)


RemoveChannelAt

function bool RemoveChannelAt (int Index)


SetCurrentChannel

function SetCurrentChannel (int idx)


SetCurrentChannelPage

function SetCurrentChannelPage (UT2K4IRC_Channel ChannelPage)


SetMode

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


SetNickAvailable

function bool SetNickAvailable (out string ButtonCaption)


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


SystemText

function SystemText (string Text)


Unban

function Unban (string Nick, string ChannelName)


UpdateAway

function UpdateAway ()


UpdateCurrentChannel

function UpdateCurrentChannel (int NewCurrent)


UpdateIdent

function UpdateIdent ()


UserInChannel

function UserInChannel (string Channel, string Nick)


UserNotice

function UserNotice (string Nick, string Text)


UserQuit

function UserQuit (string Nick, string Reason)


ValidChannelIndex

function bool ValidChannelIndex (int Index)


Voice

function Voice (string Nick, string ChannelName)


Whois

function Whois (string Nick)