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

◆ Step_Grapple()

void Terraria.GameContent.ChromaHotkeyPainter.Step_Grapple ( )
inlineprivate

Definition at line 411 of file ChromaHotkeyPainter.cs.

412 {
413 PaintKey grappleKey = _grappleKey;
415 {
416 grappleKey.SetClear();
417 }
419 {
420 grappleKey.SetSolid(PainterColors.DangerKeyBlocked);
421 }
422 else
423 {
424 grappleKey.SetSolid(PainterColors.QuickGrapple);
425 }
426 }
Item QuickGrapple_GetItemToUse()
Definition Player.cs:5447

References Terraria.GameContent.ChromaHotkeyPainter._grappleKey, Terraria.GameContent.ChromaHotkeyPainter._player, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.DangerKeyBlocked, Terraria.Player.DeadOrGhost, Terraria.Player.frozen, Terraria.Player.noItems, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.QuickGrapple, Terraria.Player.QuickGrapple_GetItemToUse(), Terraria.Player.stoned, Terraria.Player.tongued, and Terraria.Player.webbed.