PlayerOrderIssuer Enum
The PlayerOrderIssuer enum specifies the context or scope in which a player issues orders to units in the game.
Enum Values
| Name | Value | Description |
|---|---|---|
DOTA_ORDER_ISSUER_SELECTED_UNITS | 0 | The order is issued to all selected units. |
DOTA_ORDER_ISSUER_CURRENT_UNIT_ONLY | 1 | The order is issued only to the currently active unit. |
DOTA_ORDER_ISSUER_HERO_ONLY | 2 | The order is issued only to the player's hero. |
DOTA_ORDER_ISSUER_PASSED_UNIT_ONLY | 3 | The order is issued only to the specific unit passed as a parameter. |