Gah - a solution with more questions. – EntropicLqd
UE2:UT2K4IRCLink (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> BufferedTcpLink >> UT2K4IRCLink |
- Package:
- GUI2K4
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Properties
[edit] ConnectedText
Type: string
Modifiers: localized
Default value: "Connected."
[edit] ConnectingToText
Type: string
Modifiers: localized
Default value: "Connecting to"
[edit] DefaultChannel
Type: string
[edit] DisconnectReason
Type: string
Default value: "Disconnected"
[edit] ErrorBindingText
Type: string
Modifiers: localized
Default value: "Error binding local port, aborting."
[edit] FullName
Type: string
[edit] InvalidAddressText
Type: string
Modifiers: localized
Default value: "Invalid server address, aborting."
[edit] InviteString
Type: string
Modifiers: localized
Default value: "invites you to join"
[edit] NickName
Type: string
[edit] ResolveFailedText
Type: string
Modifiers: localized
Default value: "Failed to resolve server address, aborting."
[edit] ServerAddress
Type: string
[edit] ServerIpAddr
Type: InternetLink.IpAddr
[edit] ServerPort
Type: int
[edit] 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" |
[edit] SinceLastLevCheck
Type: float
Modifiers: transient
[edit] SystemPage
Type: UT2K4IRC_System
[edit] TimeOutError
Type: string
Modifiers: localized
Default value: "Timeout connecting to server."
[edit] UserIdent
Type: string
[edit] VersionString
Type: string
Default value: "UT2004 IRC Client version "
[edit] Structs
[edit] CommandAlias
[edit] Functions
[edit] Events
[edit] Closed
Overrides: TcpLink.Closed
[edit] Opened
Overrides: TcpLink.Opened
[edit] PostBeginPlay
Overrides: Actor.PostBeginPlay
[edit] Resolved
Overrides: InternetLink.Resolved
[edit] ResolveFailed
Overrides: InternetLink.ResolveFailed
[edit] Tick
Overrides: Actor.Tick
[edit] Timer
Overrides: Actor.Timer
[edit] Other instance functions
[edit] Chop
[edit] ChopLeft
[edit] CloseMe
[edit] Connect
[edit] DestroyLink
[edit] JoinChannel
[edit] PartChannel
[edit] ProcessInput
[edit] RemoveNickPrefix
[edit] ReplaceCommandAlias
[edit] SendBufferedData
Overrides: BufferedTcpLink.SendBufferedData
[edit] SendChannelAction
[edit] SendChannelText
[edit] SendCommandText
[edit] SetAway
[edit] SetNick
[edit] States
[edit] LoggedIn
[edit] LoggedIn.ProcessInput
Overrides: ProcessInput (global)
[edit] LoggingIn
[edit] LoggingIn.Timer
Overrides: Timer (global)
[edit] LoggingIn.ProcessInput
Overrides: ProcessInput (global)
[edit] LoggingIn.SendCommandText
Overrides: SendCommandText (global)
