Vector4Operator ( Vector4 * number )On this pageOperator ( Vector4 * number ) Multiplies a vector by a number. LHS TypeSymbolRHS TypeResult TypeVector4*numberVector4 Usage ---@type Vector4local lhs;---@type numberlocal rhs;local result = lhs * rhs; -- result is Vector4