Difference between revisions of "B2.World:clearForces"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
Call this after you are done with time steps to clear the forces. You normally call this after each call to `b2.World:step`,<br />
+
Call this after you are done with time steps to clear the forces. You normally call this after each call to [[[b2.World:step]]],<br />
 
unless you are performing sub-steps. By default, forces will be automatically cleared, so you don&#039;t need to call this function.<br />
 
unless you are performing sub-steps. By default, forces will be automatically cleared, so you don&#039;t need to call this function.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  b2.World:clearForces()
 
  b2.World:clearForces()
 
</source>
 
</source>

Revision as of 14:33, 23 August 2018

Available since: Gideros 2011.6

Description


Call this after you are done with time steps to clear the forces. You normally call this after each call to [[[b2.World:step]]],
unless you are performing sub-steps. By default, forces will be automatically cleared, so you don't need to call this function.

 b2.World:clearForces()