Dota 2 Workshop Tools/Scripting/API/Vector.Length
< Dota 2 Workshop Tools | Scripting | API

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