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

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 8: Line 8:
''' Vector GetLinearProjectileVelocity(int ''int_1'') '''
''' Vector GetLinearProjectileVelocity(int ''int_1'') '''


''ProjectileManager:GetLinearProjectileVelocity''
''Returns a vector representing the current velocity of the projectile.''





Revision as of 23:44, 18 June 2015

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

Function Description

Vector GetLinearProjectileVelocity(int int_1)

Returns a vector representing the current velocity of the projectile.


Example
function ProjectileManager:GetLinearProjectileVelocity( int_1 ) end

Parameters

Type Name Description
int int_1 No Description Set

Returns

Vector - No Description Set