Difference between revisions of "Joint:getCollideConnected"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets whether the connected Bodies collide.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Joint]]
 
* [[parent::Joint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets whether the connected Bodies collide.}}

Revision as of 16:17, 14 February 2010

Gets whether the connected Bodies collide.

Function

Synopsis

c = Joint:getCollideConnected( )

Arguments

None.

Returns

boolean c
True if they collide, false otherwise.

See Also