Slow Motion

Returns a boolean indicating whether the player is running in slow motion.

Syntax

function getPlayerSlowMotion(state) {
  return state.player.slowMotion;
}