Dota 2 Workshop Tools/Scripting/API/Vector.Length: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) |
Revision as of 16:50, 13 August 2014

Function Description
float length()
Length of the Vector
- Example
a = Vec(1, 0, 0)
len = a:length()
Returns
float - Length of the Vector