EntityBox.htm 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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>EntityBox entity,x#,y#,z#,width#,height#,depth#</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. entity - entity handle# <br />
  13. x# - x position of entity's collision box <br />
  14. y# - y position of entity's collision box <br />
  15. z# - z position of entity's collision box <br />
  16. width# - width of entity's collision box <br />
  17. height# - height of entity's collision box <br />
  18. depth# - depth of entity's collision box
  19. </td>
  20. </tr>
  21. </table>
  22. <h1>Description</h1>
  23. <table>
  24. <tr>
  25. <td>
  26. Sets the dimensions of an entity's collision box.
  27. <br>
  28. <br>
  29. See also: <a class=small href=EntityRadius.htm>EntityRadius</a>, <a class=small href=Collisions.htm>Collisions</a>, <a class=small href=EntityType.htm>EntityType</a>.
  30. </td>
  31. </tr>
  32. </table>
  33. <br>
  34. <a target=_top href=../index.htm>Index</a><br>
  35. <br>
  36. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=EntityBox&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  37. </html>