DOMOBJECT:get_child
DOMOBJECT:get_child(
name
)
Get a child of this object by name or nil if no matching child is found.
Parameters
| Name | Type | Description |
|---|---|---|
name | #string | The name of the child. |
Returns
| Type | Description |
|---|---|
#gredom#domobject | The child DOMOBJECT with the specified name or nil if no matching child is found. |