getChild
getChild
Description
Get first child node matching given name
Definition
getChild(entityId objectId, string childName)
Arguments
| entityId | objectId | objectId |
|---|---|---|
| string | childName | childName |
Return Values
| entityId | childId | entityId of first child with the given name, 0 if no child matches |
|---|