ResetEntity.htm 846 B

12345678910111213141516171819202122232425262728293031
  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>ResetEntity entity</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. entity - entity handle
  13. </td>
  14. </tr>
  15. </table>
  16. <h1>Description</h1>
  17. <table>
  18. <tr>
  19. <td>
  20. Resets the collision state of an entity.
  21. <br>
  22. <br>
  23. See also: <a class=small href=EntityBox.htm>EntityBox</a>, <a class=small href=EntityRadius.htm>EntityRadius</a>, <a class=small href=Collisions.htm>Collisions</a>, <a class=small href=EntityType.htm>EntityType</a>, <a class=small href=GetEntityType.htm>GetEntityType</a>.
  24. </td>
  25. </tr>
  26. </table>
  27. <br>
  28. <a target=_top href=../index.htm>Index</a><br>
  29. <br>
  30. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=ResetEntity&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  31. </html>