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

◆ LoadToPlayer()

void Terraria.GameContent.Creative.CreativePowerManager.LoadToPlayer ( Player player,
BinaryReader reader,
int versionGameWasLastSavedOn )
inline

Definition at line 194 of file CreativePowerManager.cs.

195 {
196 if (this._powersById != null)
197 {
198 return;
199 }
200 byte difficulty = player.difficulty;
201 this.ResetPowersForPlayer(player);
202 }

References Terraria.GameContent.Creative.CreativePowerManager._powersById, Terraria.Player.difficulty, and Terraria.GameContent.Creative.CreativePowerManager.ResetPowersForPlayer().