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

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

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