Activatable Class

Summary

Abstract class used by classes such as Ability and Item that are activatable by the player.
Namespace
Atavism
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type["Activatable"] class Type type-node Derived0["AtavismAbility"]-->Type click Derived0 "/docs/client_api_10.4.0/api/Atavism/AtavismAbility" Derived1["AtavismInventoryItem"]-->Type click Derived1 "/docs/client_api_10.4.0/api/Atavism/AtavismInventoryItem"

Syntax

public abstract class Activatable

Fields

Name Constant Value Summary
icon
name
tooltip

Methods