EntityParent.htm 809 B

1234567891011121314151617181920212223242526272829303132
  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>EntityParent entity,parent[,global]</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. entity - entity handle <br />
  13. parent - parent entity handle <br />
  14. global (optional) - true for the child entity to retain its global position and orientation. Defaults to true.
  15. </td>
  16. </tr>
  17. </table>
  18. <h1>Description</h1>
  19. <table>
  20. <tr>
  21. <td>
  22. Attaches an entity to a parent. <br />
  23. <br />
  24. Parent may be 0, in which case the entity will have no parent.
  25. </td>
  26. </tr>
  27. </table>
  28. <br>
  29. <a target=_top href=../index.htm>Index</a><br>
  30. <br>
  31. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=EntityParent&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  32. </html>