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

◆ Step_Grapple()

void Terraria.GameContent.ChromaHotkeyPainter.Step_Grapple ( )
inlineprivate

Definition at line 449 of file ChromaHotkeyPainter.cs.

450 {
451 //IL_006a: Unknown result type (might be due to invalid IL or missing references)
452 //IL_0076: Unknown result type (might be due to invalid IL or missing references)
453 PaintKey grappleKey = _grappleKey;
455 {
456 grappleKey.SetClear();
457 }
459 {
460 grappleKey.SetSolid(PainterColors.DangerKeyBlocked);
461 }
462 else
463 {
464 grappleKey.SetSolid(PainterColors.QuickGrapple);
465 }
466 }
Item QuickGrapple_GetItemToUse()
Definition Player.cs:6810

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.

+ Here is the call graph for this function: