AtavismAbility Class

Namespace
Atavism
Base Types
graph BT Type-->Base0["Activatable"] click Base0 "/docs/client_api_10.4.0/api/Atavism/Activatable" Base0-->Base1["object"] Type["AtavismAbility"] class Type type-node

Syntax

public class AtavismAbility : Activatable

Fields

Methods

Name Value Summary
Activate() bool
Clone() AtavismAbility
CooldownTimeLeft() float
Inherited from Activatable
DrawTooltip(float, float) void
Draws the tooltip via the old GUI system
GetLongestActiveCooldown() Cooldown
Function return longest effect cooldown
IsOnCooldown() bool
Inherited from Activatable
ShowAdditionalTooltip() void
Show aditional tooltip
ShowAdditionalTooltip2() void
Show aditional tooltip
ShowTooltip(GameObject) void
Shows the tooltip using the new UGUI system.
StartCooldown(float) void
Inherited from Activatable