Difference between revisions of "B2.Body:isActive"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
Returns the active state of the body.
 
Returns the active state of the body.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(bool) = b2.Body:isActive()
 
(bool) = b2.Body:isActive()
 
</source>
 
</source>

Revision as of 17:53, 12 July 2023