terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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 11 of file NetSocialModule.cs.