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

◆ Step_Throw()

void Terraria.GameContent.ChromaHotkeyPainter.Step_Throw ( )
inlineprivate

Definition at line 501 of file ChromaHotkeyPainter.cs.

502 {
503 PaintKey throwKey = _throwKey;
506 {
507 throwKey.SetClear();
508 }
510 {
511 throwKey.SetClear();
512 }
513 else
514 {
515 throwKey.SetSolid(PainterColors.Throw);
516 }
517 }
bool favorited
Definition Item.cs:135

References Terraria.GameContent.ChromaHotkeyPainter._player, Terraria.GameContent.ChromaHotkeyPainter._throwKey, Terraria.Player.DeadOrGhost, Terraria.Item.favorited, Terraria.Player.frozen, Terraria.Player.HeldItem, Terraria.Player.noItems, Terraria.Player.noThrow, Terraria.Player.stoned, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.Throw, Terraria.Player.tongued, and Terraria.Player.webbed.