Cooldown:SetReverse(reverse)
|
Sets whether to invert the bright and dark portions of the cooldown animation.
|
Cooldown:SetDrawEdge(enable)
|
Sets whether a bright line should be drawn on the moving edge of the cooldown animation.
|
Cooldown:SetCooldown(start, duration)
|
Sets up the parameters for a Cooldown model.
|
enabled = Cooldown:GetReverse()
|
Returns whether the bright and dark portions of the cooldown animation should be inverted.
|
enabled = Cooldown:GetDrawEdge()
|
Returns whether a bright line should be drawn on the moving edge of the cooldown animation.
|