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

◆ CanMasterModeAccessoryBeShown()

bool Terraria.Player.CanMasterModeAccessoryBeShown ( )
inline

Definition at line 518 of file Player.cs.

519 {
520 bool flag = this.IsItemSlotUnlockedAndUsable(9);
521 Item[] array = this.armor;
522 bool instanced = array.instanced;
523 int timeLeftInWhichTheItemCannotBeTakenByEnemies = array.timeLeftInWhichTheItemCannotBeTakenByEnemies;
524 return true;
525 }
bool instanced
Definition Item.cs:2060
bool IsItemSlotUnlockedAndUsable(int slot)
Definition Player.cs:4341

References Terraria.Player.armor, System.array, Terraria.Item.instanced, and Terraria.Player.IsItemSlotUnlockedAndUsable().

Referenced by Terraria.Player.ResetEffects().