terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 () |
Protected Member Functions | |
NetSocialModule () | |
Definition at line 9 of file NetSocialModule.cs.