{{newin|[[0.8.0]]|080|type=function}}
Returns the number of vertices the shape has.

== Function ==
=== Synopsis ===
<source lang="lua">
count = ChainShape:getVertexCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|count|The number of vertices.}}

== See Also ==
* [[parent::ChainShape]]
[[Category:Functions]]
{{#set:Description=Returns the number of vertices the shape has.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|ChainShape:getVertexCount}}