Dota 2 Workshop Tools/Scripting/API/ProjectileManager.CreateTrackingProjectile: Difference between revisions

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




''' void CreateTrackingProjectile(handle ''InfoTable'') '''
''' void CreateTrackingProjectile(handle ''a'') '''


''Creates a tracking projectile''
''Creates a tracking projectile


Table Inputs: Ability, Source, Target, EffectName, iMoveSpeed, vSourceLoc, iSourceAttachment, bProvidesVision, iVisionTeamNumber, iVisionRadius, bDrawsOnMinimap, bDodgeable, bIsAttack, bVisibleToEnemies, bReplaceExisting, flExpireTime
Table Inputs: Ability, Source, Target, EffectName, iMoveSpeed, vSourceLoc, iSourceAttachment, bProvidesVision, iVisionTeamNumber, iVisionRadius, bDrawsOnMinimap, bDodgeable, bIsAttack, bVisibleToEnemies, bReplaceExisting, flExpireTime''




Line 21: Line 21:
|-
|-
| handle
| handle
| InfoTable
| a
| No Description Set
| No Description Set
|}
|}

Revision as of 00:07, 18 August 2014

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

Function Description

void CreateTrackingProjectile(handle a)

Creates a tracking projectile

Table Inputs: Ability, Source, Target, EffectName, iMoveSpeed, vSourceLoc, iSourceAttachment, bProvidesVision, iVisionTeamNumber, iVisionRadius, bDrawsOnMinimap, bDodgeable, bIsAttack, bVisibleToEnemies, bReplaceExisting, flExpireTime


Parameters

Type Name Description
handle a No Description Set