FindChild.htm 668 B

1234567891011121314151617181920212223242526272829
  1. <html>
  2. <head>
  3. <title>Blitz3D Docs</title>
  4. <link rel=stylesheet href=../css/commands.css type=text/css>
  5. </head>
  6. <body>
  7. <h1>FindChild ( entity,child_name$ )</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. entity - entity handle <br />
  13. child_name$ - child name to find within entity
  14. </td>
  15. </tr>
  16. </table>
  17. <h1>Description</h1>
  18. <table>
  19. <tr>
  20. <td>
  21. Returns the first child of the specified entity with name matching child_name$.
  22. </td>
  23. </tr>
  24. </table>
  25. <br>
  26. <a target=_top href=../index.htm>Index</a><br>
  27. <br>
  28. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=FindChild&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  29. </html>