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

Function Description
float __len()
Overloaded # returns the length of the vector
- Example
a = Vector(1,0, 0)
len = #a
Returns
float - length of the vector