Dota 2 Workshop Tools/Scripting/API/ProjectileManager.CreateTrackingProjectile: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
No edit summary |
||
Line 6: | Line 6: | ||
''' void CreateTrackingProjectile(handle '' | ''' void CreateTrackingProjectile(handle ''InfoTable'') ''' | ||
''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 | |||
Line 19: | Line 21: | ||
|- | |- | ||
| handle | | handle | ||
| | | InfoTable | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 23:48, 17 August 2014

Function Description
void CreateTrackingProjectile(handle InfoTable)
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 | InfoTable | No Description Set |