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
|
Static Public Member Functions | |
static bool | LoadPlayer (string playerPath, PlayerFileData playerData) |
Static Private Member Functions | |
static unsafe void | DecryptPlayerData (long offset, long encryptedSize) |
static bool | IsValidBuff (int buffType) |
static void | GivePlayerCoins (Player player, int value) |
static bool | LoadOld (BinaryReader reader, int release, ref Player player) |
static bool | Load (BinaryReader reader, ref Player player) |
static | Player_OldMobile () |
Static Private Attributes | |
const int | VERSION_1 = 1 |
const int | VERSION_2 = 2 |
const int | VERSION_3 = 3 |
const int | VERSION_4 = 4 |
const int | VERSION_7 = 7 |
const int | VERSION_9 = 9 |
const int | VERSION_10 = 10 |
const int | VERSION_11 = 11 |
const int | VERSION_12 = 12 |
const int | VERSION_13 = 13 |
const int | VERSION_14 = 14 |
const int | VERSION_15 = 15 |
const int | VERSION_16 = 16 |
const int | VERSION_17 = 17 |
const int | VERSION_18 = 18 |
const int | VERSION_19 = 19 |
const int | VERSION_20 = 20 |
const int | VERSION_21 = 21 |
const int | VERSION_22 = 22 |
const int | VERSION_23 = 23 |
const int | VERSION_24 = 24 |
const int | VERSION_CURRENT = 24 |
const int | PLAYER_DATA_VERSION = 24 |
static BlowFish | playerDecrypter |
static byte[] | inputData |
Definition at line 10 of file Player_OldMobile.cs.