Difference between revisions of "B2.Contact:setRestitution"
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 /> |
Overrides the default restitution mixture. You can call this in pre-solve event. This value persists until set or reset. <br /> | Overrides the default restitution mixture. You can call this in pre-solve event. This value persists until set or reset. <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.Contact:setRestitution(restitution) | b2.Contact:setRestitution(restitution) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''restitution''': (number) | + | '''restitution''': (number) <translate></translate> <br/> |
Revision as of 13:33, 23 August 2018
Available since: Gideros 2012.09.6
Description
Overrides the default restitution mixture. You can call this in pre-solve event. This value persists until set or reset.
b2.Contact:setRestitution(restitution)
Parameters
restitution: (number)