Difference between revisions of "Joint:getCollideConnected"

m (included link to other languages)
 
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets whether the connected Bodies collide.}}
 
{{#set:Description=Gets whether the connected Bodies collide.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joint:getCollideConnected}}
 
{{i18n|Joint:getCollideConnected}}

Latest revision as of 10:59, 25 March 2011

Gets whether the connected Bodies collide.

Function

Synopsis

c = Joint:getCollideConnected( )

Arguments

None.

Returns

boolean c
True if they collide, false otherwise.

See Also


Other Languages