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

◆ SetAsActive()

override void Terraria.IO.PlayerFileData.SetAsActive ( )
inline

Definition at line 89 of file PlayerFileData.cs.

90 {
91 if (!true)
92 {
93 }
95 int myPlayer = Main.myPlayer;
96 Player player = this._player;
97 if (player == null || player != null)
98 {
99 Player player2 = this._player;
100 return;
101 }
102 throw new ArrayTypeMismatchException();
103 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.IO.PlayerFileData._player, j__TPar, and Terraria.Main.myPlayer.