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
|
Classes | |
struct | CounterForMessage |
Public Member Functions | |
void | Reset () |
void | CountReadMessage (int messageId, int messageLength) |
void | CountSentMessage (int messageId, int messageLength) |
void | CountReadModuleMessage (int moduleMessageId, int messageLength) |
void | CountSentModuleMessage (int moduleMessageId, int messageLength) |
void | Draw (SpriteBatch spriteBatch) |
NetDiagnosticsUI () | |
Private Member Functions | |
void | DrawCounter (SpriteBatch spriteBatch, ref NetDiagnosticsUI.CounterForMessage counter, string title, Vector2 position) |
void | DrawText (SpriteBatch spriteBatch, string text, Vector2 pos, Color color) |
Private Attributes | |
NetDiagnosticsUI.CounterForMessage[] | _counterByMessageId |
Dictionary< int, NetDiagnosticsUI.CounterForMessage > | _counterByModuleId |
int | _highestFoundReadBytes |
int | _highestFoundReadCount |
Definition at line 11 of file NetDiagnosticsUI.cs.