Vectors - Length (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.2-dev28
Syntax
[the] (vector|standard|normal) length[s] of %vectors%Description
Gets or sets the length of a vector.
Examples
send "%standard length of vector 1, 2, 3%"
set {_v} to vector 1, 2, 3
set standard length of {_v} to 2
send "%standard length of {_v}%"