Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.CastAbilityOnTarget: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
Line 20: Line 20:
| handle
| handle
| target
| target
| No Description Set
| 释放目标实体单位
|-
|-
| handle
| handle
| ability
| ability
| No Description Set
| 技能实体
|-
|-
| int
| int
| playerIndex
| playerIndex
| No Description Set
| 玩家序号
|}
|}

Revision as of 09:35, 6 November 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

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 玩家序号