|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | PacketView |
Public Member Functions | |
| PacketHistory (int historySize=100, int bufferSize=65535) | |
| void | Record (byte[] buffer, int offset, int length) |
| void | Dump (string reason) |
Private Member Functions | |
| PacketView | AppendPacket (int size) |
| string | CreateDumpFileName () |
| void | InitializeBuffer (int historySize, int bufferSize) |
Private Attributes | |
| byte[] | _buffer |
| PacketView[] | _packets |
| int | _bufferPosition |
| int | _historyPosition |
Definition at line 10 of file PacketHistory.cs.