Revision Difference
PhysObj:SetMass#548986
<function name="SetMass" parent="PhysObj" type="classfunc">
<description>Sets the mass of the physics object.</description>
<realm>Shared</realm>
<args>
<arg name="mass" type="number">The mass in kilograms, in range `(0, 50000]`</arg>
<arg name="mass" type="number">The mass in kilograms, in range `[0, 50000]`</arg>
</args>
</function>