Returns a boolean indicating whether the player is running.
boolean
function getPlayerRunning(state) { return state.player.running; }