MaterialGetIntOn this pageMaterial.GetInt(string name) Get a named integer value. Parameters: NameTypeDescriptionnamestringThe name of the property. Returns: typeDescriptionnumberThe named integer value. Usage ---@type Materiallocal material;---@type stringlocal name;local val0 = material.GetInt(name)