Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.CastAbilityOnTarget: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
''' void CastAbilityOnTarget(handle ''target'', handle ''ability'', int ''playerIndex'') ''' | ''' void CastAbilityOnTarget(handle ''target'', handle ''ability'', int ''playerIndex'') ''' | ||
'' | ''命令单位向目标实体释放技能.'' | ||
== Parameters == | == Parameters == | ||
Revision as of 09:36, 6 November 2015
Function Description
void CastAbilityOnTarget(handle target, handle ability, int playerIndex)
命令单位向目标实体释放技能.
Parameters
| Type | Name | Description |
|---|---|---|
| handle | target | 释放目标实体单位 |
| handle | ability | 技能实体 |
| int | playerIndex | 玩家序号 |