- Namespace
- Atavism
- Base Types
-
- object
- Activatable
graph BT
Type-->Base0["Activatable"]
click Base0 "/docs/client_api_10.2.0/api/Atavism/Activatable"
Base0-->Base1["object"]
Type["AtavismAbility"]
class Type type-node
Syntax
public class AtavismAbility : Activatable
Fields
| Name | Constant Value | Summary |
|---|---|---|
| aoeRadius | ||
| aoeType | ||
| castingInRun | ||
| castTime | ||
| cooldownLength | ||
| cooldownType | ||
| cost | ||
| costProperty | ||
| distance | ||
| globalcd | ||
| icon |
Inherited from Activatable
|
|
| id | ||
| maxRange | ||
| minRange | ||
| name |
Inherited from Activatable
|
|
| passive | ||
| rank | ||
| reagentReq | ||
| reqLevel | ||
| targetType | ||
| toggle | ||
| 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
|