find_child_by_name


Description:

[ Version ( since = "0.6" ) ]
public unowned Actor find_child_by_name (string child_name)

Finds a child actor of a container by its name.

Search recurses into any child container.

Parameters:

this

a Container

child_name

the name of the requested child.

Returns:

The child actor with the requested name, or null if no actor with that name was found.