Gah - a solution with more questions. – EntropicLqd
UE1:UBrowserIRCLink (UT)
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink >> UBrowserIRCLink |
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 SystemPage
- 1.15 TimeOutError
- 1.16 UserIdent
- 1.17 VersionString
- 2 Functions
- 3 States
- Package:
- UBrowser
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[edit]
ConnectedText[edit]
Type: string
Modifiers: localized
Default value: "Connected."
ConnectingToText[edit]
Type: string
Modifiers: localized
Default value: "Connecting to"
DefaultChannel[edit]
Type: string
DisconnectReason[edit]
Type: string
Default value: "Disconnected"
ErrorBindingText[edit]
Type: string
Modifiers: localized
Default value: "Error binding local port, aborting."
FullName[edit]
Type: string
InvalidAddressText[edit]
Type: string
Modifiers: localized
Default value: "Invalid server address, aborting."
InviteString[edit]
Type: string
Modifiers: localized
Default value: "invites you to join"
NickName[edit]
Type: string
ResolveFailedText[edit]
Type: string
Modifiers: localized
Default value: "Failed to resolve server address, aborting."
ServerAddress[edit]
Type: string
ServerIpAddr[edit]
Type: InternetLink.IpAddr
ServerPort[edit]
Type: int
SystemPage[edit]
Type: UBrowserIRCSystemPage
TimeOutError[edit]
Type: string
Modifiers: localized
Default value: "Timeout connecting to server."
UserIdent[edit]
Type: string
VersionString[edit]
Type: string
Default value: "UBrowser IRC Client version "
Functions[edit]
Events[edit]
Closed[edit]
Overrides: TcpLink.Closed
Opened[edit]
Overrides: TcpLink.Opened
PostBeginPlay[edit]
Overrides: Actor.PostBeginPlay
Resolved[edit]
Overrides: InternetLink.Resolved
ResolveFailed[edit]
Overrides: InternetLink.ResolveFailed
Tick[edit]
Overrides: Actor.Tick
Timer[edit]
Overrides: Actor.Timer
Other instance functions[edit]
Chop[edit]
ChopLeft[edit]
Connect[edit]
DestroyLink[edit]
JoinChannel[edit]
PartChannel[edit]
ProcessInput[edit]
RemoveNickPrefix[edit]
SendChannelAction[edit]
SendChannelText[edit]
SendCommandText[edit]
SetAway[edit]
SetNick[edit]
States[edit]
LoggedIn[edit]
LoggedIn.ProcessInput[edit]
Overrides: ProcessInput (global)
LoggingIn[edit]
LoggingIn.ProcessInput[edit]
Overrides: ProcessInput (global)
LoggingIn.SendCommandText[edit]
Overrides: SendCommandText (global)