Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.SetAggroTarget
< Dota 2 Workshop Tools | Scripting | API

Function Description
void SetAggroTarget(handle hAggroTarget)
Set this unit's aggro target to a specified unit.
- Example
function CDOTA_BaseNPC:SetAggroTarget( hAggroTarget ) end
Parameters
Type | Name | Description |
---|---|---|
handle | hAggroTarget | No Description Set |