UpdateWorld.htm 1.0 KB

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>UpdateWorld [anim_speed#]</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. anim_speed# (optional) - a master control for animation speed. Defaults to 1.
  13. </td>
  14. </tr>
  15. </table>
  16. <h1>Description</h1>
  17. <table>
  18. <tr>
  19. <td>
  20. Animates all entities in the world, and performs collision checking. <br />
  21. <br />
  22. The optional anim_speed# parameter allows you affect the animation speed of all entities at once. A value of 1 will animate entities at their usual animation speed, a value of 2 will animate entities at double their animation speed, and so on. <br />
  23. <br />
  24. For best results use this command once per main loop, just before calling RenderWorld.
  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=UpdateWorld&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  32. </html>