Player.updateCD()

This function calls the two functions responsible for updating the cooldown of the player’s different actions (one function for the role’s actions and one of the job’s actions).

Parameter

  • time : float - Time by which to update by (in seconds).

Usage

Player.updateCD(0.01)

Warning

Do not call this functions. It is being automatically called during simulation.