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

From Valve Developer Community
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'') '''


''Cast an ability on a target entity.''
''命令单位向目标实体释放技能.''
 
 


== Parameters ==
== Parameters ==

Revision as of 09:36, 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)

命令单位向目标实体释放技能.

Parameters

Type Name Description
handle target 释放目标实体单位
handle ability 技能实体
int playerIndex 玩家序号