Difference between revisions of "B2.Contact:resetRestitution"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09.6<br/> | '''Available since:''' Gideros 2012.09.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Resets the restitution mixture to the default value. <br /> | Resets the restitution mixture to the default value. <br /> | ||
<br /> | <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.Contact:resetRestitution() | b2.Contact:resetRestitution() | ||
</source> | </source> |
Revision as of 13:38, 23 August 2018
Available since: Gideros 2012.09.6
Description
Resets the restitution mixture to the default value.
b2.Contact:resetRestitution()