Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.CastAbilityOnTarget: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
No edit summary |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
{| class="standard-table" style="width: | {| class="standard-table" style="width: 50%;" | ||
! Type | ! Type | ||
! Name | ! Name | ||
! Description | ! Description | ||
|- | |- | ||
| handle | | handle | ||
| target | | target | ||
| | | No Description Set | ||
|- | |- | ||
| handle | | handle | ||
| ability | | ability | ||
| | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| playerIndex | | playerIndex | ||
| | | No Description Set | ||
|} | |} | ||
Revision as of 02:21, 17 June 2015

Function Description
void CastAbilityOnTarget(handle target, handle ability, int playerIndex)
Cast an ability on a target entity.
Parameters
Type | Name | Description |
---|---|---|
handle | target | No Description Set |
handle | ability | No Description Set |
int | playerIndex | No Description Set |