TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ CheckDD2CrystalPaymentLock()

bool Terraria.Player.CheckDD2CrystalPaymentLock ( Item item)
inlineprivate

Definition at line 41533 of file Player.cs.

41534 {
41535 if (!DD2Event.Ongoing)
41536 {
41537 return true;
41538 }
41541 }
int CountItem(int type, int stopCountingAt=0)
Counts the total stack of the specified item type in this players F:Terraria.Player....
Definition Player.cs:7540
int GetRequiredDD2CrystalsToUse(Item item)
Definition Player.cs:41543

References Terraria.Player.CountItem(), Terraria.Player.GetRequiredDD2CrystalsToUse(), and Terraria.GameContent.Events.DD2Event.Ongoing.

Referenced by Terraria.Player.ItemCheck_CheckCanUse().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: