Gah - a solution with more questions. – EntropicLqd
UE2:UT2K4IRCLink (UT2004)
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> BufferedTcpLink >> UT2K4IRCLink |
Contents
- 1 Properties
- 1.1 ConnectedText
- 1.2 ConnectingToText
- 1.3 DefaultChannel
- 1.4 DisconnectReason
- 1.5 ErrorBindingText
- 1.6 FullName
- 1.7 InvalidAddressText
- 1.8 InviteString
- 1.9 NickName
- 1.10 ResolveFailedText
- 1.11 ServerAddress
- 1.12 ServerIpAddr
- 1.13 ServerPort
- 1.14 Shortcuts
- 1.15 SinceLastLevCheck
- 1.16 SystemPage
- 1.17 TimeOutError
- 1.18 UserIdent
- 1.19 VersionString
- 2 Structs
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 Chop
- 3.2.2 ChopLeft
- 3.2.3 CloseMe
- 3.2.4 Connect
- 3.2.5 DestroyLink
- 3.2.6 JoinChannel
- 3.2.7 PartChannel
- 3.2.8 ProcessInput
- 3.2.9 RemoveNickPrefix
- 3.2.10 ReplaceCommandAlias
- 3.2.11 SendBufferedData
- 3.2.12 SendChannelAction
- 3.2.13 SendChannelText
- 3.2.14 SendCommandText
- 3.2.15 SetAway
- 3.2.16 SetNick
- 4 States
- 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)