Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.CastAbilityOnTarget: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
|||
Line 20: | Line 20: | ||
| handle | | handle | ||
| target | | target | ||
| | | 释放目标实体单位 | ||
|- | |- | ||
| handle | | handle | ||
| ability | | ability | ||
| | | 技能实体 | ||
|- | |- | ||
| int | | int | ||
| playerIndex | | playerIndex | ||
| | | 玩家序号 | ||
|} | |} |
Revision as of 09:35, 6 November 2015

Function Description
void CastAbilityOnTarget(handle target, handle ability, int playerIndex)
Cast an ability on a target entity.
Parameters
Type | Name | Description |
---|---|---|
handle | target | 释放目标实体单位 |
handle | ability | 技能实体 |
int | playerIndex | 玩家序号 |