ArmorType Enum
The ArmorType enum defines the armor classifications used in Dota 2, categorizing units based on their defense class.
Enum Values
| Name | Value | Description |
|---|---|---|
DOTA_COMBAT_CLASS_DEFEND_STRUCTURE | 0 | Represents armor specific to structures. |
DOTA_COMBAT_CLASS_DEFEND_HERO | 1 | Represents armor specific to heroes. |
DOTA_COMBAT_CLASS_DEFEND_BASIC | 2 | Represents basic armor for creeps or other units. |