{{newin|[[0.8.0]]|080|type=function}}
Returns a child of the shape as an EdgeShape.

== Function ==
=== Synopsis ===
<source lang="lua">
shape = ChainShape:getChildEdge( index )
</source>
=== Arguments ===
{{param|number|index|The index of the child.}}
=== Returns ===
{{param|EdgeShape|shape|The child as an EdgeShape.}}

== See Also ==
* [[parent::ChainShape]]
[[Category:Functions]]
{{#set:Description=Returns a child of the shape as an EdgeShape.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|ChainShape:getChildEdge}}