Returns a boolean indicating whether there is any active modifiers.
boolean
function getModifiersActive(state) { return !state.command.activeModifiers.isEmpty(); }