Skip to content

PlayerOrderIssuer Enum

The PlayerOrderIssuer enum specifies the context or scope in which a player issues orders to units in the game.

Enum Values

NameValueDescription
DOTA_ORDER_ISSUER_SELECTED_UNITS0The order is issued to all selected units.
DOTA_ORDER_ISSUER_CURRENT_UNIT_ONLY1The order is issued only to the currently active unit.
DOTA_ORDER_ISSUER_HERO_ONLY2The order is issued only to the player's hero.
DOTA_ORDER_ISSUER_PASSED_UNIT_ONLY3The order is issued only to the specific unit passed as a parameter.