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

◆ Step_Throw()

void Terraria.GameContent.ChromaHotkeyPainter.Step_Throw ( )
inlineprivate

Definition at line 557 of file ChromaHotkeyPainter.cs.

558 {
559 //IL_0090: Unknown result type (might be due to invalid IL or missing references)
560 PaintKey throwKey = _throwKey;
563 {
564 throwKey.SetClear();
565 }
567 {
568 throwKey.SetClear();
569 }
570 else
571 {
572 throwKey.SetSolid(PainterColors.Throw);
573 }
574 }
bool favorited
If true, then the given item is favorited. Favorited items cannot be dropped, automatically moved in...
Definition Item.cs:354

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.