Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Initialize () |
void | Shutdown () |
void | Close (RemoteAddress address) |
bool | IsConnected (RemoteAddress address) |
void | Connect (RemoteAddress address) |
bool | Send (RemoteAddress address, byte[] data, int length) |
int | Receive (RemoteAddress address, byte[] data, int offset, int length) |
bool | IsDataAvailable (RemoteAddress address) |
void | LaunchLocalServer (Process process, ServerMode mode) |
bool | CanInvite () |
void | OpenInviteInterface () |
void | CancelJoin () |
bool | StartListening (SocketConnectionAccepted callback) |
void | StopListening () |
ulong | GetLobbyId () |
Definition at line 7 of file NetSocialModule.cs.