Skip to content

Api > Material > GetVectorArray()


Material.GetVectorArray(string name)⚓︎

Get a named vector array.

Parameters:⚓︎

Name Type Description
name string The name of the property.

Returns:⚓︎

type Description
Vector4[] named vector array.

Usage⚓︎

---@type Material
local material;

---@type string
local name;


local val0 = material.GetVectorArray(name)