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

◆ ItemCheck_ApplyManaRegenDelay()

void Terraria.Player.ItemCheck_ApplyManaRegenDelay ( Item sItem)
inlineprivate

Definition at line 51425 of file Player.cs.

51426 {
51427 if (GetManaCost(sItem) > 0)
51428 {
51430 }
51431 }
int GetManaCost(Item item)
Calculates the mana needed to use the given item.
Definition Player.cs:58616
float manaRegenDelay
Definition Player.cs:2152
float maxRegenDelay
Definition Player.cs:1602

References Terraria.Player.GetManaCost(), Terraria.Player.manaRegenDelay, and Terraria.Player.maxRegenDelay.

Referenced by Terraria.Player.ItemCheck_Inner().

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