bool IsTimeOut() { return (((Source::GetTick() - this->timestamp) > this->interval) && this->active); };