Always snap to grid
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
ChangedNick
ChangeHalfOp
ChangeMode
ChangeOp
ChangeTopic
ChangeVoice
ChannelAction
ChannelText
CheckAway
function CheckAway ()
Connect
function Connect ()
ConnectClick
function bool ConnectClick (GUIComponent Sender)
CreatePrivChannel
CTCP
Disconnect
function Disconnect ()
FindChannelHistoryIndex
FindChannelIndex
FindChannelWindow
function IRC_Channel FindChannelWindow (string Channel)
FindPrivateWindow
function IRC_Private FindPrivateWindow (string Nick)
FindServerHistoryIndex
GetActivePage
function IRC_Page GetActivePage ()
InGame
function bool InGame ()
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: IRC_Page.InitComponent
IRCClosed
function IRCClosed ()
IRCVisible
function IRCVisible ()
IsAway
JoinChannel
function JoinChannel (string ChannelName)
JoinChannelClick
function bool JoinChannelClick (GUIComponent Sender)
JoinedChannel
KickUser
NotifyAfterLevelChange
function NotifyAfterLevelChange ()
NotifyQuitUnreal
function NotifyQuitUnreal ()
PartChannel
function PartChannel (string ChannelName)
PartCurrentChannel
function PartCurrentChannel ()
PartedChannel
PrivateAction
PrivateText
ProcessInput
function ProcessInput (string Text)
Overrides: IRC_Page.ProcessInput
RemoveChannel
function RemoveChannel (string Channel)
RemoveChannelClick
function bool RemoveChannelClick (GUIComponent Sender)
RemoveServerClick
function bool RemoveServerClick (GUIComponent Sender)
SetCurrentChannel
function SetCurrentChannel (int idx)
SetCurrentChannelPage
function SetCurrentChannelPage (IRC_Channel ChannelPage)
SystemText
function SystemText (string Text)
UpdateAway
function UpdateAway ()
UpdateConnectCaption
function UpdateConnectCaption ()