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

From Valve Developer Community
Jump to: navigation, search
Note.png Note:  This page is automatically generated. Any changes may be overwritten

Function Description

float Length()

Length of the Vector


Example
a = Vector(1, 0, 0)
len = a:Length()

Returns

float - Length of the Vector