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

◆ Step_QuickMana()

void Terraria.GameContent.ChromaHotkeyPainter.Step_QuickMana ( )
inlineprivate

Definition at line 543 of file ChromaHotkeyPainter.cs.

544 {
545 //IL_0041: Unknown result type (might be due to invalid IL or missing references)
546 PaintKey manaKey = _manaKey;
548 {
549 manaKey.SetClear();
550 }
551 else
552 {
553 manaKey.SetSolid(PainterColors.QuickMana);
554 }
555 }
int statManaMax2
The maximum mana this player can have, adjusted by buffs and equipment.
Definition Player.cs:2122
Item QuickMana_GetItemToUse()
Definition Player.cs:6038
int statMana
The current mana of this player. Capped at F:Terraria.Player.statManaMax2. If you increase this val...
Definition Player.cs:2111

References Terraria.GameContent.ChromaHotkeyPainter._manaKey, Terraria.GameContent.ChromaHotkeyPainter._player, Terraria.Player.DeadOrGhost, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.QuickMana, Terraria.Player.QuickMana_GetItemToUse(), Terraria.Player.statMana, and Terraria.Player.statManaMax2.

+ Here is the call graph for this function: