{{newin|[[0.9.0]]|090|type=function}}
Gets the total number of vertices in the Mesh.

== Function ==
=== Synopsis ===
<source lang="lua">
count = Mesh:getVertexCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|count|The total number of vertices in the mesh.}}
== See Also ==
* [[parent::Mesh]]
* [[Mesh:getVertex]]
* [[Mesh:setVertex]]
[[Category:Functions]]
{{#set:Description=Gets the total number of vertices in the Mesh.}}
== Other Languages ==
{{i18n|Mesh:getVertexCount}}