Difference between revisions of "R3d.World:destroyJoint"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === Destroys a joint. <source lang="lua"> r3d.World:destroyBody(joint) </source>...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Destroys a joint.
 
Destroys a joint.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
r3d.World:destroyBody(joint)
 
r3d.World:destroyBody(joint)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 12: Line 12:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
</source>
+
</syntaxhighlight>
  
 
{{R3d.World}}
 
{{R3d.World}}

Latest revision as of 15:32, 13 July 2023