|
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
|
Collaboration diagram for Terraria.MessageBuffer:Public Member Functions | |
| void | Reset (bool setupActive=false) |
| void | ProcessData (byte[] messageData, int length, out int messageType) |
| MessageBuffer () | |
Public Attributes | |
| bool | broadcast |
| int | whoAmI |
| int | spamCount |
| int | maxSpam |
Properties | |
| static TileChangeReceivedEvent | OnTileChangeReceived [set] |
Private Member Functions | |
| float[] | ReUseTemporaryProjectileAI () |
| float[] | ReUseTemporaryNPCAI () |
Static Private Member Functions | |
| static void | ReadAccessoryVisibility (BinaryReader reader, bool[] hideVisibleAccessory) |
| static void | TrySendingItemArray (int plr, Item[] array, int slotStartIndex) |
| static | MessageBuffer () |
Private Attributes | |
| float[] | _temporaryProjectileAI |
| float[] | _temporaryNPCAI |
Static Private Attributes | |
| static byte[] | processData |
| static MemoryStream | readerStream |
| static BinaryReader | reader |
Definition at line 35 of file MessageBuffer.cs.