Difference between revisions of "Joint:setCollideConnected"

m (included link to other languages)
Line 13: Line 13:
 
[[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 eachother.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joint:setCollideConnected}}
 
{{i18n|Joint:setCollideConnected}}

Revision as of 11:00, 25 March 2011

Sets whether the connected Bodies should collide with eachother.

Function

Synopsis

Joint:setCollideConnected( collide )

Arguments

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

Returns

Nothing.

See Also


Other Languages