Difference between revisions of "R3d.Body:getMass"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' R3d.Body<br/> === Description === Gets the body mass. <source lang="lua"> (number) = r3d.Body:getMass() </source>...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Gets the body mass.
 
Gets the body mass.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = r3d.Body:getMass()
 
(number) = r3d.Body:getMass()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
Line 12: Line 12:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
</source>
+
</syntaxhighlight>
  
 
{{R3d.Body}}
 
{{R3d.Body}}

Latest revision as of 15:32, 13 July 2023