Returns a boolean indicating whether the player is running in slow motion.
boolean
function getPlayerSlowMotion(state) { return state.player.slowMotion; }