category constant

Flag<CooldownType> const category

A cooldown type that sorts contexts depending on the category they were invoked from.

If the channel the context was created in is not part of a category, then this type behaves the same as channel.

Implementation

static const Flag<CooldownType> category = Flag<CooldownType>.fromOffset(0);