Vectors - Normalized (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.2-dev28

Syntax

normalize[d] %vector%

Description

Returns the same vector but with length 1.

Examples

set {_v} to normalized {_v}

View source