Cooldown Manager
object CooldownManager
Manages cooldowns for different actions performed by players. This class allows tracking, starting, checking, retrieving, and removing cooldowns per action and player.
Functions
Link copied to clipboard
Clears all cooldowns for all actions and players.
Link copied to clipboard
Retrieves the cooldown object for a specific action and player.
Link copied to clipboard
Checks if a cooldown is active for a specific action and player. If the cooldown has expired, it is removed from the system.
Link copied to clipboard
Removes an active cooldown for a specific action and player.
Link copied to clipboard
Starts a cooldown for a specific action and player.