Difference between revisions of "B2.World:clearForces"
From GiderosMobile
Line 3: | Line 3: | ||
'''<translate>Available since</translate>:''' Gideros 2011.6<br/> | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | ||
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/> | ||
+ | |||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
− | + | Call this after you are done with time steps to clear the forces. You normally call this after each call to [[Special:MyLanguage/b2.World:step|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. | |
− | Call this after you are done with time steps to clear the forces. You normally call this after each call to [[Special:MyLanguage/b2.World:step|b2.World:step]], | ||
− | unless you are performing sub-steps. By default, forces will be automatically cleared, so you don | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | b2.World:clearForces() | |
</source> | </source> | ||
+ | |||
+ | {{B2.World}} |
Revision as of 15:49, 18 February 2020
Available since: Gideros 2011.6
Class: b2.World
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()