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

◆ Step_Jump()

void Terraria.GameContent.ChromaHotkeyPainter.Step_Jump ( )
inlineprivate

Definition at line 468 of file ChromaHotkeyPainter.cs.

469 {
470 //IL_0050: Unknown result type (might be due to invalid IL or missing references)
471 //IL_005c: Unknown result type (might be due to invalid IL or missing references)
472 PaintKey jumpKey = _jumpKey;
474 {
475 jumpKey.SetClear();
476 }
478 {
479 jumpKey.SetSolid(PainterColors.DangerKeyBlocked);
480 }
481 else
482 {
483 jumpKey.SetSolid(PainterColors.MovementKeys);
484 }
485 }

References Terraria.GameContent.ChromaHotkeyPainter._jumpKey, Terraria.GameContent.ChromaHotkeyPainter._player, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.DangerKeyBlocked, Terraria.Player.DeadOrGhost, Terraria.Player.frozen, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.MovementKeys, Terraria.Player.stoned, Terraria.Player.tongued, and Terraria.Player.webbed.