Difference between revisions of "B2.Body:isFixedRotation"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Available since:''' Gideros 2012.09.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(bool) = b2.Body:isFixedRotation()
 
(bool) = b2.Body:isFixedRotation()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (bool) if body has fixed rotation set<br/>
+
'''Returns''' (bool) <translate>if body has fixed rotation set</translate><br/>

Revision as of 14:44, 23 August 2018

Available since: Gideros 2012.09.6

Description


(bool) = b2.Body:isFixedRotation()

Return values

Returns (bool) if body has fixed rotation set