Skip to content

Vectors

Vectors are a data type which use 3 components (x, y, z) to represent a coordinate in world space.

Usage

Declaration & Assignment

ntscript
<VECTOR_ID> = <X_VALUE, Y_VALUE, Z_VALUE>