Difference between revisions of "Joint:setCollideConnected"

m
Line 1: Line 1:
Sets whether the connected Bodies should collide with eachother.
+
Sets whether the connected Bodies should collide with each other.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 12: Line 12:
 
* [[parent::Joint]]
 
* [[parent::Joint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Sets whether the connected Bodies should collide with eachother.}}
+
{{#set:Description=Sets whether the connected Bodies should collide with each other.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joint:setCollideConnected}}
 
{{i18n|Joint:setCollideConnected}}

Revision as of 13:40, 28 July 2013

Sets whether the connected Bodies should collide with each other.

Function

Synopsis

Joint:setCollideConnected( collide )

Arguments

boolean collide
True for the Bodies to collide, false otherwise.

Returns

Nothing.

See Also


Other Languages