From what I understand, I can check the events through 3 systems.
1) Every tick.
2) Each seconds.
3) without any specification.
I know that "every tick" increases performance overhead, but my question is: Is checking without specification worse? Or is it only checked at the moment the events occur?