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

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 6: Line 6:




''' void CastAbilityOnPosition(Vector ''a'', handle ''b'', int ''c'') '''
''' void CastAbilityOnPosition(Vector ''vPosition'', handle ''hAbility'', int ''iPlayerIndex'') '''


''Cast an ability on a position.''
''Cast an ability on a position.''
Line 19: Line 19:
|-
|-
| Vector
| Vector
| a
| vPosition
| No Description Set
| No Description Set
|-
|-
| handle
| handle
| b
| hAbility
| No Description Set
| No Description Set
|-
|-
| int
| int
| c
| iPlayerIndex
| No Description Set
| No Description Set
|}
|}

Revision as of 19:32, 19 June 2015

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

Function Description

void CastAbilityOnPosition(Vector vPosition, handle hAbility, int iPlayerIndex)

Cast an ability on a position.


Parameters

Type Name Description
Vector vPosition No Description Set
handle hAbility No Description Set
int iPlayerIndex No Description Set