Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:InternetLink (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE1:ELinkMode (RTNP))
Jump to: navigation, search
RTNP Object >> Actor >> Info >> InternetInfo >> InternetLink

Contents

Package: 
IpDrv
Direct subclasses:
TcpLink, UdpLink
This class in other games:
U1, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

InternetLink: Parent class for Internet connection classes

[edit] Properties

[edit] DataPending

Type: int

Modifiers: const


[edit] LinkMode

Type: ELinkMode


[edit] Port

Type: int

Modifiers: const


[edit] PrivateResolveInfo

Type: int

Modifiers: private, native, const


[edit] ReceiveMode

Type: EReceiveMode


[edit] RemoteSocket

Type: int

Modifiers: const


[edit] Socket

Type: int

Modifiers: const


[edit] Enums

[edit] ELinkMode

MODE_Text 
MODE_Line 
MODE_Binary 

[edit] EReceiveMode

RMODE_Manual 
RMODE_Event 

[edit] Structs

[edit] IpAddr

int Addr 
int Port 

[edit] Functions

[edit] Native functions

[edit] GetLastError

native function int GetLastError ()


[edit] IpAddrToString

native function string IpAddrToString (IpAddr Arg)


[edit] IsDataPending

native function bool IsDataPending ()


[edit] ParseURL

native function bool ParseURL (coerce string URL, out string Addr, out int Port, out string LevelName, out string EntryName)


[edit] Resolve

native function Resolve (coerce string Domain)


[edit] Validate

native function string Validate (string ValidationString, string GameName)


[edit] Events

[edit] Resolved

event Resolved (IpAddr Addr)


[edit] ResolveFailed

event ResolveFailed ()