Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:InternetLink (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink |
Contents
- Package:
- IpDrv
- Direct subclasses:
- TcpLink, UdpLink
- This class in other games:
- RTNP, U1, UT, U2XMP, U2, UE2Runtime, UT2004, UT3, UDK
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. |
InternetLink: Parent class for Internet connection classes
Properties[edit]
DataPending[edit]
Type: int
Modifiers: const
LinkMode[edit]
Type: ELinkMode
Port[edit]
Type: int
Modifiers: const
PrivateResolveInfo[edit]
Type: pointer
Modifiers: private, native, const
ReceiveMode[edit]
Type: EReceiveMode
RemoteSocket[edit]
Type: int
Modifiers: const
Socket[edit]
Type: int
Modifiers: const
Enums[edit]
ELinkMode[edit]
- MODE_Text
- MODE_Line
- MODE_Binary
EReceiveMode[edit]
- RMODE_Manual
- RMODE_Event
Structs[edit]
IpAddr[edit]
Functions[edit]
Native functions[edit]
GameSpyGameName[edit]
native function string GameSpyGameName ()
GameSpyValidate[edit]
GetLastError[edit]
native function int GetLastError ()
GetLocalIP[edit]
native function GetLocalIP (out IpAddr Arg)
IpAddrToString[edit]
IsDataPending[edit]
native function bool IsDataPending ()
ParseURL[edit]
native function bool ParseURL (coerce string URL, out string Addr, out int Port, out string LevelName, out string EntryName)
Resolve[edit]
native function Resolve (coerce string Domain)
StringToIpAddr[edit]
Events[edit]
Resolved[edit]
event Resolved (IpAddr Addr)
ResolveFailed[edit]
event ResolveFailed ()