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

◆ IsEnabledForPlayer()

bool Terraria.GameContent.Creative.CreativePowers.APerPlayerTogglePower.IsEnabledForPlayer ( int playerIndex)
inlineinherited

Definition at line 96 of file CreativePowers.cs.

97 {
98 int num = 1;
100 if (num == 0)
101 {
102 }
104 bool flag;
105 return flag;
106 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Creative.CreativePowers.APerPlayerTogglePower._perPlayerIsEnabled, and j__TPar.

Referenced by Terraria.Player.ResetEffects().