UE2:UT2K4IRCLink (UT2004)
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> BufferedTcpLink >> UT2K4IRCLink |
- Package:
- GUI2K4
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. |
null
Properties
ConnectedText
Type: string
Modifiers: localized
Default value: "Connected."
ConnectingToText
Type: string
Modifiers: localized
Default value: "Connecting to"
DefaultChannel
Type: string
DisconnectReason
Type: string
Default value: "Disconnected"
ErrorBindingText
Type: string
Modifiers: localized
Default value: "Error binding local port, aborting."
FullName
Type: string
InvalidAddressText
Type: string
Modifiers: localized
Default value: "Invalid server address, aborting."
InviteString
Type: string
Modifiers: localized
Default value: "invites you to join"
NickName
Type: string
ResolveFailedText
Type: string
Modifiers: localized
Default value: "Failed to resolve server address, aborting."
ServerAddress
Type: string
ServerIpAddr
Type: InternetLink.IpAddr
ServerPort
Type: int
Shortcuts
Type: array<CommandAlias>
Modifiers: config
Default value, index 0:
Member | Value |
---|---|
AliasText | "MSG" |
RealCommand | "PRIVMSG" |
Default value, index 1:
Member | Value |
---|---|
AliasText | "LEAVE" |
RealCommand | "PART" |
Default value, index 2:
Member | Value |
---|---|
AliasText | "J" |
RealCommand | "JOIN" |
Default value, index 3:
Member | Value |
---|---|
AliasText | "P" |
RealCommand | "PART" |
Default value, index 4:
Member | Value |
---|---|
AliasText | "N" |
RealCommand | "NICK" |
SinceLastLevCheck
Type: float
Modifiers: transient
SystemPage
Type: UT2K4IRC_System
TimeOutError
Type: string
Modifiers: localized
Default value: "Timeout connecting to server."
UserIdent
Type: string
VersionString
Type: string
Default value: "UT2004 IRC Client version "
Structs
CommandAlias
Functions
Events
Closed
Overrides: TcpLink.Closed
Opened
Overrides: TcpLink.Opened
PostBeginPlay
Overrides: Actor.PostBeginPlay
Resolved
Overrides: InternetLink.Resolved
ResolveFailed
Overrides: InternetLink.ResolveFailed
Tick
Overrides: Actor.Tick
Timer
Overrides: Actor.Timer
Other instance functions
Chop
ChopLeft
CloseMe
Connect
DestroyLink
JoinChannel
PartChannel
ProcessInput
RemoveNickPrefix
ReplaceCommandAlias
SendBufferedData
Overrides: BufferedTcpLink.SendBufferedData
SendChannelAction
SendChannelText
SendCommandText
SetAway
SetNick
States
LoggedIn
LoggedIn.ProcessInput
Overrides: ProcessInput (global)
LoggingIn
LoggingIn.Timer
Overrides: Timer (global)
LoggingIn.ProcessInput
Overrides: ProcessInput (global)
LoggingIn.SendCommandText
Overrides: SendCommandText (global)