My program doesn't have bugs. It just develops random features.
UE2:IRC_System instance functions (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> IRC_Page >> IRC_System (instance functions) |
Contents
- 1 Instance functions
- 1.1 ChangedNick
- 1.2 ChangeHalfOp
- 1.3 ChangeMode
- 1.4 ChangeOp
- 1.5 ChangeTopic
- 1.6 ChangeVoice
- 1.7 ChannelAction
- 1.8 ChannelText
- 1.9 CheckAway
- 1.10 Connect
- 1.11 ConnectClick
- 1.12 CreatePrivChannel
- 1.13 CTCP
- 1.14 Disconnect
- 1.15 FindChannelHistoryIndex
- 1.16 FindChannelIndex
- 1.17 FindChannelWindow
- 1.18 FindPrivateWindow
- 1.19 FindServerHistoryIndex
- 1.20 GetActivePage
- 1.21 InGame
- 1.22 InitComponent
- 1.23 IRCClosed
- 1.24 IRCVisible
- 1.25 IsAway
- 1.26 JoinChannel
- 1.27 JoinChannelClick
- 1.28 JoinedChannel
- 1.29 KickUser
- 1.30 NotifyAfterLevelChange
- 1.31 NotifyQuitUnreal
- 1.32 PartChannel
- 1.33 PartCurrentChannel
- 1.34 PartedChannel
- 1.35 PrivateAction
- 1.36 PrivateText
- 1.37 ProcessInput
- 1.38 RemoveChannel
- 1.39 RemoveChannelClick
- 1.40 RemoveServerClick
- 1.41 SetCurrentChannel
- 1.42 SetCurrentChannelPage
- 1.43 SystemText
- 1.44 UpdateAway
- 1.45 UpdateConnectCaption
- 1.46 UserInChannel
- 1.47 UserNotice
- 1.48 UserQuit
- IRC_System instance functions in other games:
- UT2004
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]
ChangedNick[edit]
ChangeHalfOp[edit]
ChangeMode[edit]
ChangeOp[edit]
ChangeTopic[edit]
ChangeVoice[edit]
ChannelAction[edit]
ChannelText[edit]
CheckAway[edit]
function CheckAway ()
Connect[edit]
function Connect ()
ConnectClick[edit]
function bool ConnectClick (GUIComponent Sender)
CreatePrivChannel[edit]
CTCP[edit]
Disconnect[edit]
function Disconnect ()
FindChannelHistoryIndex[edit]
FindChannelIndex[edit]
FindChannelWindow[edit]
function IRC_Channel FindChannelWindow (string Channel)
FindPrivateWindow[edit]
function IRC_Private FindPrivateWindow (string Nick)
FindServerHistoryIndex[edit]
GetActivePage[edit]
function IRC_Page GetActivePage ()
InGame[edit]
function bool InGame ()
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: IRC_Page.InitComponent
IRCClosed[edit]
function IRCClosed ()
IRCVisible[edit]
function IRCVisible ()
IsAway[edit]
JoinChannel[edit]
function JoinChannel (string ChannelName)
JoinChannelClick[edit]
function bool JoinChannelClick (GUIComponent Sender)
JoinedChannel[edit]
KickUser[edit]
NotifyAfterLevelChange[edit]
function NotifyAfterLevelChange ()
NotifyQuitUnreal[edit]
function NotifyQuitUnreal ()
PartChannel[edit]
function PartChannel (string ChannelName)
PartCurrentChannel[edit]
function PartCurrentChannel ()
PartedChannel[edit]
PrivateAction[edit]
PrivateText[edit]
ProcessInput[edit]
function ProcessInput (string Text)
Overrides: IRC_Page.ProcessInput
RemoveChannel[edit]
function RemoveChannel (string Channel)
RemoveChannelClick[edit]
function bool RemoveChannelClick (GUIComponent Sender)
RemoveServerClick[edit]
function bool RemoveServerClick (GUIComponent Sender)
SetCurrentChannel[edit]
function SetCurrentChannel (int idx)
SetCurrentChannelPage[edit]
function SetCurrentChannelPage (IRC_Channel ChannelPage)
SystemText[edit]
function SystemText (string Text)
UpdateAway[edit]
function UpdateAway ()
UpdateConnectCaption[edit]
function UpdateConnectCaption ()