diff --git a/modules/graphics/types/Mesh.lua b/modules/graphics/types/Mesh.lua index e68af0c..0137034 100644 --- a/modules/graphics/types/Mesh.lua +++ b/modules/graphics/types/Mesh.lua @@ -735,6 +735,12 @@ return { description = 'The index of the first vertex to replace.', default = '1', }, + { + type = 'number', + name = 'count', + description = 'Amount of vertices to replace.', + default = 'all', + } }, }, {