I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
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
AddChannel
function UT2K4IRC_Channel AddChannel (string ChannelName, optional bool bPrivate, optional bool bActivate)
Ban
CanShowPanel
function bool CanShowPanel ()
Overrides: GUITabPanel.CanShowPanel
ChangeAwayStatus
function ChangeAwayStatus (bool NewStatus)
ChangeConnectStatus
function ChangeConnectStatus (bool NewStatus)
ChangeCurrentNick
function ChangeCurrentNick ()
ChangedNick
ChangeHalfOp
ChangeMode
ChangeOp
ChangeTopic
ChangeVoice
ChanKeyPageClosed
function ChanKeyPageClosed (bool bCancelled)
ChannelAction
ChannelText
CloseLink
Connect
CreateNewLink
protected function UT2K4IRCLink CreateNewLink ()
CTCP
DeHelp
Deop
DeVoice
Disconnect
function Disconnect ()
DisconnectAvailable
FindChannelWindow
FindPrivateChannelIndex
FindPrivateWindow
function UT2K4IRC_Private FindPrivateWindow (string Nick)
FindPublicChannelIndex
GetCurrentChannel
function UT2K4IRC_Page GetCurrentChannel ()
GetCurrentChannelName
function string GetCurrentChannelName ()
GetDefaultChannel
function string GetDefaultChannel ()
Help
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
JoinChannel
function JoinChannel (string ChannelName)
JoinedChannel
Kick
KickUser
LeaveAvailable
NewNickPageClosed
function NewNickPageClosed (bool bCancelled)
NotifyChannelKey
function NotifyChannelKey (string chan)
NotifyInvalidNick
function NotifyInvalidNick ()
NotifyNickInUse
function NotifyNickInUse ()
NotifyQuitUnreal
function NotifyQuitUnreal ()
Op
PartChannel
function PartChannel (string ChannelName)
PartCurrentChannel
function PartCurrentChannel ()
PartedChannel
PrintAwayMessage
PrivateAction
PrivateText
ProcessInput
function ProcessInput (string Text)
Overrides: UT2K4IRC_Page.ProcessInput
RemoveChannel
function RemoveChannel (string Channel)
RemoveChannelAt
SetCurrentChannel
function SetCurrentChannel (int idx)
SetCurrentChannelPage
function SetCurrentChannelPage (UT2K4IRC_Channel ChannelPage)
SetMode
SetNickAvailable
ShowPanel
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel
SystemText
function SystemText (string Text)
Unban
UpdateAway
function UpdateAway ()
UpdateCurrentChannel
function UpdateCurrentChannel (int NewCurrent)
UpdateIdent
function UpdateIdent ()
UserInChannel
UserNotice
UserQuit
ValidChannelIndex
Voice
Whois
function Whois (string Nick)