UE2:IRCLink (UT2003)
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> BufferedTcpLink >> IRCLink |
- Package:
- XInterface
- This class in other games:
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"
NickInUseText
Type: string
Modifiers: localized
Default value: "Nickname Already In Use"
NickInvalidText
Type: string
Modifiers: localized
Default value: "Nickname Is Invalid"
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
SinceLastLevCheck
Type: float
Modifiers: transient
SystemPage
Type: IRC_System
TimeOutError
Type: string
Modifiers: localized
Default value: "Timeout connecting to server."
UserIdent
Type: string
VersionString
Type: string
Default value: "UT2003 IRC Client version "
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
Connect
DestroyLink
JoinChannel
PartChannel
ProcessInput
RemoveNickPrefix
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)