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

◆ IsItemSlotUnlockedAndUsable()

bool Terraria.Player.IsItemSlotUnlockedAndUsable ( int slot)
inline

Definition at line 4341 of file Player.cs.

4342 {
4343 if (!true)
4344 {
4345 }
4346 bool masterMode = Main.masterMode;
4347 if (!true)
4348 {
4349 }
4350 bool gameMenu = Main.gameMenu;
4351 return true;
4352 }

References Terraria.Main.gameMenu, and Terraria.Main.masterMode.

Referenced by Terraria.Player.CanDemonHeartAccessoryBeShown(), Terraria.Player.CanMasterModeAccessoryBeShown(), Terraria.Player.GetPreferredGolfBallToUse(), Terraria.Player.ResetEffects(), and Terraria.Player.UpdateDyes().