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

◆ ApplyLoadedDataToOutOfPlayerFields()

void Terraria.GameContent.Creative.CreativePowers.GodmodePower.ApplyLoadedDataToOutOfPlayerFields ( Player player)
inline

Implements Terraria.GameContent.IPersistentPerPlayerContent.

Definition at line 1304 of file CreativePowers.cs.

1305 {
1306 Player.SavedPlayerDataWithAnnoyingRules savedPerPlayerFieldsThatArentInThePlayerClass = player.savedPerPlayerFieldsThatArentInThePlayerClass;
1307 int whoAmI = player.whoAmI;
1308 bool godmodePowerEnabled = savedPerPlayerFieldsThatArentInThePlayerClass.godmodePowerEnabled;
1309 bool flag = base.IsEnabledForPlayer(whoAmI);
1310 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.SavedPlayerDataWithAnnoyingRules.godmodePowerEnabled, j__TPar, Terraria.Player.savedPerPlayerFieldsThatArentInThePlayerClass, and Terraria.Entity.whoAmI.