- Namespace
- Atavism
- Base Types
- 
									- MonoBehaviour
- Activatable
 
							graph BT
	Type-->Base0["Activatable"]
	click Base0 "/docs/client_api_10.1.0/api/Atavism/Activatable"
	Base0-->Base1["MonoBehaviour"]
	Type["AtavismAbility"]
class Type type-node
						
					Syntax
public class AtavismAbility : ActivatableFields
| Name | Constant Value | Summary | 
|---|---|---|
| castingInRun | ||
| castTime | ||
| cooldownLength | ||
| cooldownType | ||
| cost | ||
| costProperty | ||
| distance | ||
| globalcd | ||
| icon | Inherited from Activatable | |
| id | ||
| name | Inherited from Activatable | |
| passive | ||
| rank | ||
| reagentReq | ||
| reqLevel | ||
| targetType | ||
| tooltip | Inherited from Activatable | |
| weaponcd | ||
| weaponReq | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Activate | bool | |
| Clone | AtavismAbility | |
| CooldownTimeLeft | float | Inherited from Activatable | 
| DrawTooltip | void | 
    Draws the tooltip via the old GUI system
     | 
| Get | Cooldown | 
    Function return longest effect cooldown 
     | 
| IsOnCooldown | bool | Inherited from Activatable | 
| Show | void | 
    Show aditional  tooltip
     | 
| Show | void | 
    Show aditional  tooltip
     | 
| ShowTooltip | void | 
    Shows the tooltip using the new UGUI system.
     | 
| StartCooldown | void | Inherited from Activatable |