Difference between revisions of "Joint:getCollideConnected"

m (1 revision: Imported docs from potato.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Gets whether the connected Bodies collide.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
* [[parent::Joint]]
 
* [[parent::Joint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets whether the connected Bodies collide.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{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