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
Player_OldConsole.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3using Terraria;
4using Terraria.IO;
5
6// Token: 0x020002DF RID: 735
7internal class Player_OldConsole
8{
9 // Token: 0x060010D8 RID: 4312 RVA: 0x0005351C File Offset: 0x0005171C
11 {
12 short num;
13 return num;
14 }
15
16 // Token: 0x060010D9 RID: 4313 RVA: 0x0005352C File Offset: 0x0005172C
17 public static bool LoadPlayer(string playerPath, PlayerFileData playerData)
18 {
19 if (!true)
20 {
21 }
22 long num = 0L;
24 BitsByte bitsByte = (bitsByte2[(int)num] ? 1 : 0);
25 long num2 = 0L;
26 return bitsByte[(int)num2];
27 }
28
29 // Token: 0x060010DA RID: 4314 RVA: 0x000536F8 File Offset: 0x000518F8
30 private static void GivePlayerCoins(Player player, int value)
31 {
32 Item[] inventory = player.inventory;
33 }
34
35 // Token: 0x060010DB RID: 4315 RVA: 0x00053770 File Offset: 0x00051970
37 {
38 }
39
40 // Token: 0x060010DC RID: 4316 RVA: 0x00053784 File Offset: 0x00051984
41 // Note: this type is marked as 'beforefieldinit'.
43 {
44 }
45
46 // Token: 0x040020BD RID: 8381
47 private const int PlayerFileVersion_GUID = 1000;
48
49 // Token: 0x040020BE RID: 8382
50 private const int PlayerFileVersion_1_3_1 = 1001;
51
52 // Token: 0x040020BF RID: 8383
53 private const int PlayerFileVersion_1_3_4 = 1002;
54
55 // Token: 0x040020C0 RID: 8384
56 private const int PlayerFileVersion_RemapENGINEItems = 1003;
57
58 // Token: 0x040020C1 RID: 8385
60
61 // Token: 0x040020C2 RID: 8386
62 public static byte[] EncryptionKey;
63}
class f__AnonymousType0<< Count > j__TPar
static void GivePlayerCoins(Player player, int value)
const int PlayerFileVersion_RememberDPadShortcut
static bool LoadPlayer(string playerPath, PlayerFileData playerData)
const int PlayerFileVersion_GUID
const int PlayerFileVersion_RemapENGINEItems
static short ReadItemID(BinaryReader fileIO, int playerFileVersion)
static byte[] EncryptionKey
const int PlayerFileVersion_1_3_1
const int PlayerFileVersion_1_3_4
Item[] inventory
Definition Player.cs:21263