Skip to content

TargetTeam Enum

The TargetTeam enum defines the possible teams that can be targeted by abilities or effects in Dota 2.

Enum Values

NameValueDescription
DOTA_UNIT_TARGET_TEAM_NONE0Targets no team.
DOTA_UNIT_TARGET_TEAM_FRIENDLY1Targets friendly units.
DOTA_UNIT_TARGET_TEAM_ENEMY2Targets enemy units.
DOTA_UNIT_TARGET_TEAM_CUSTOM3Targets a custom-defined group of units.
DOTA_UNIT_TARGET_TEAM_BOTH4Targets both friendly and enemy units.