Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:UT2K4IRC_System instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4IRC_Page >> UT2K4IRC_System (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddChannel
- 1.2 Ban
- 1.3 CanShowPanel
- 1.4 ChangeAwayStatus
- 1.5 ChangeConnectStatus
- 1.6 ChangeCurrentNick
- 1.7 ChangedNick
- 1.8 ChangeHalfOp
- 1.9 ChangeMode
- 1.10 ChangeOp
- 1.11 ChangeTopic
- 1.12 ChangeVoice
- 1.13 ChanKeyPageClosed
- 1.14 ChannelAction
- 1.15 ChannelText
- 1.16 CloseLink
- 1.17 Connect
- 1.18 CreateNewLink
- 1.19 CTCP
- 1.20 DeHelp
- 1.21 Deop
- 1.22 DeVoice
- 1.23 Disconnect
- 1.24 DisconnectAvailable
- 1.25 FindChannelWindow
- 1.26 FindPrivateChannelIndex
- 1.27 FindPrivateWindow
- 1.28 FindPublicChannelIndex
- 1.29 GetCurrentChannel
- 1.30 GetCurrentChannelName
- 1.31 GetDefaultChannel
- 1.32 Help
- 1.33 InGame
- 1.34 InMenus
- 1.35 InternalOnCreateComponent
- 1.36 IRCClosed
- 1.37 IsAway
- 1.38 IsConnected
- 1.39 IsMe
- 1.40 JoinChannel
- 1.41 JoinedChannel
- 1.42 Kick
- 1.43 KickUser
- 1.44 LeaveAvailable
- 1.45 NewNickPageClosed
- 1.46 NotifyChannelKey
- 1.47 NotifyInvalidNick
- 1.48 NotifyNickInUse
- 1.49 NotifyQuitUnreal
- 1.50 Op
- 1.51 PartChannel
- 1.52 PartCurrentChannel
- 1.53 PartedChannel
- 1.54 PrintAwayMessage
- 1.55 PrivateAction
- 1.56 PrivateText
- 1.57 ProcessInput
- 1.58 RemoveChannel
- 1.59 RemoveChannelAt
- 1.60 SetCurrentChannel
- 1.61 SetCurrentChannelPage
- 1.62 SetMode
- 1.63 SetNickAvailable
- 1.64 ShowPanel
- 1.65 SystemText
- 1.66 Unban
- 1.67 UpdateAway
- 1.68 UpdateCurrentChannel
- 1.69 UpdateIdent
- 1.70 UserInChannel
- 1.71 UserNotice
- 1.72 UserQuit
- 1.73 ValidChannelIndex
- 1.74 Voice
- 1.75 Whois
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Instance functions[edit]
AddChannel[edit]
function UT2K4IRC_Channel AddChannel (string ChannelName, optional bool bPrivate, optional bool bActivate)
Ban[edit]
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]
ChangeHalfOp[edit]
ChangeMode[edit]
ChangeOp[edit]
ChangeTopic[edit]
ChangeVoice[edit]
ChanKeyPageClosed[edit]
function ChanKeyPageClosed (bool bCancelled)
ChannelAction[edit]
ChannelText[edit]
CloseLink[edit]
Connect[edit]
CreateNewLink[edit]
protected function UT2K4IRCLink CreateNewLink ()
CTCP[edit]
DeHelp[edit]
Deop[edit]
DeVoice[edit]
Disconnect[edit]
function Disconnect ()
DisconnectAvailable[edit]
FindChannelWindow[edit]
FindPrivateChannelIndex[edit]
FindPrivateWindow[edit]
function UT2K4IRC_Private FindPrivateWindow (string Nick)
FindPublicChannelIndex[edit]
GetCurrentChannel[edit]
function UT2K4IRC_Page GetCurrentChannel ()
GetCurrentChannelName[edit]
function string GetCurrentChannelName ()
GetDefaultChannel[edit]
function string GetDefaultChannel ()
Help[edit]
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]
JoinChannel[edit]
function JoinChannel (string ChannelName)
JoinedChannel[edit]
Kick[edit]
KickUser[edit]
LeaveAvailable[edit]
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]
PartChannel[edit]
function PartChannel (string ChannelName)
PartCurrentChannel[edit]
function PartCurrentChannel ()
PartedChannel[edit]
PrintAwayMessage[edit]
PrivateAction[edit]
PrivateText[edit]
ProcessInput[edit]
function ProcessInput (string Text)
Overrides: UT2K4IRC_Page.ProcessInput
RemoveChannel[edit]
function RemoveChannel (string Channel)
RemoveChannelAt[edit]
SetCurrentChannel[edit]
function SetCurrentChannel (int idx)
SetCurrentChannelPage[edit]
function SetCurrentChannelPage (UT2K4IRC_Channel ChannelPage)
SetMode[edit]
SetNickAvailable[edit]
ShowPanel[edit]
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel
SystemText[edit]
function SystemText (string Text)
Unban[edit]
UpdateAway[edit]
function UpdateAway ()
UpdateCurrentChannel[edit]
function UpdateCurrentChannel (int NewCurrent)
UpdateIdent[edit]
function UpdateIdent ()
UserInChannel[edit]
UserNotice[edit]
UserQuit[edit]
ValidChannelIndex[edit]
Voice[edit]
Whois[edit]
function Whois (string Nick)