Skip to main content

Operator ( Vector4 - Vector4 )

Subtracts one vector from another.

LHS TypeSymbolRHS TypeResult Type
Vector4-Vector4Vector4

Usage

---@type Vector4
local lhs;

---@type Vector4
local rhs;

local result = lhs - rhs; -- result is Vector4