terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DrawCounter()

void Terraria.UI.NetDiagnosticsUI.DrawCounter ( SpriteBatch spriteBatch,
NetDiagnosticsUI::CounterForMessage counter,
string title,
Vector2 position )
inlineprivate

Definition at line 63 of file NetDiagnosticsUI.cs.

64 {
65 int bytesReceived;
66 if (!counter.exemptFromBadScoreTest)
67 {
70 bytesReceived = counter.bytesReceived;
71 this._highestFoundReadBytes = bytesReceived;
72 }
73 string text = title + ": ";
74 int bytesReceived2 = counter.bytesReceived;
76 if (bytesReceived == 0)
77 {
78 }
79 bool exemptFromBadScoreTest = counter.exemptFromBadScoreTest;
80 if (!exemptFromBadScoreTest || !exemptFromBadScoreTest)
81 {
82 }
83 string text3;
84 string text2 = "rx:" + text3;
85 int bytesReceived3 = counter.bytesReceived;
86 int timesSent = counter.timesSent;
87 string text5;
88 string text4 = "tx:" + text5;
89 int bytesSent = counter.bytesSent;
90 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.UI.NetDiagnosticsUI._highestFoundReadBytes, Terraria.UI.NetDiagnosticsUI._highestFoundReadCount, j__TPar, and System.text.