Difference between revisions of "Joint:setCollideConnected"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Sets whether the connected Bodies should collide with eachother.
 
Sets whether the connected Bodies should collide with eachother.
 
== Function ==
 
== Function ==
Line 14: 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.}}
 +
== Other Languages ==
 +
{{i18n|Joint:setCollideConnected}}

Revision as of 19:36, 20 January 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