Difference between revisions of "B2.World:destroyJoint"
From GiderosMobile
(removed language stuff) |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2011.6<br/> | |
| − | ''' | + | '''Class:''' [[b2.World]]<br/> |
| − | ''' | ||
| − | === | + | === Description === |
Destroys a joint. This may cause the connected bodies to begin colliding. | Destroys a joint. This may cause the connected bodies to begin colliding. | ||
| − | |||
| − | |||
<source lang="lua"> | <source lang="lua"> | ||
b2.World:destroyJoint(joint) | b2.World:destroyJoint(joint) | ||
</source> | </source> | ||
| − | === | + | '''Warning:''' this function is locked during callbacks. |
| − | '''joint''': (b2.Joint) | + | |
| + | === Parameters === | ||
| + | '''joint''': (b2.Joint) the joint to be destroyed<br/> | ||
{{B2.World}} | {{B2.World}} | ||
Revision as of 03:14, 5 August 2021
Available since: Gideros 2011.6
Class: b2.World
Description
Destroys a joint. This may cause the connected bodies to begin colliding.
b2.World:destroyJoint(joint)
Warning: this function is locked during callbacks.
Parameters
joint: (b2.Joint) the joint to be destroyed