Difference between revisions of "B2.Joint:isActive"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Short-cut function to determine if either body is inactive. <br /> | Short-cut function to determine if either body is inactive. <br /> | ||
Line 8: | Line 8: | ||
(bool) = b2.Joint:isActive() | (bool) = b2.Joint:isActive() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if both bodyA and bodyB is active, [[Special:MyLanguage/false|false]] otherwise</translate><br/> | + | '''<translate>Returns</translate>''' (bool) <translate>[[Special:MyLanguage/true|true]] if both bodyA and bodyB is active, [[Special:MyLanguage/false|false]] otherwise</translate><br/> |