getMass: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - ">Posted on April ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-04-$1")
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
|arg= global
|arg= global


|gr1= Object Manipulation
|gr1= PhysX


|descr= Returns mass of a PhysX object.
|descr= Returns mass of a PhysX object.
Line 18: Line 18:
|x1= <sqf>_mass = getMass _myCar;</sqf>
|x1= <sqf>_mass = getMass _myCar;</sqf>


|seealso= [[getCenterOfMass]] [[setCenterOfMass]] [[setMass]] [[load]] [[weightRTD]]
|seealso= [[getCenterOfMass]] [[setCenterOfMass]] [[setMass]] [[load]] [[weightRTD]] [[getModelInfo]]
}}
}}



Latest revision as of 13:00, 26 June 2025

Hover & click on the images for description

Description

Description:
Returns mass of a PhysX object.
Groups:
PhysX

Syntax

Syntax:
getMass object
Parameters:
object: Object
Return Value:
Number

Examples

Example 1:
_mass = getMass _myCar;

Additional Information

See also:
getCenterOfMass setCenterOfMass setMass load weightRTD getModelInfo

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Posted on 2015-04-15 - 20:15 (UTC)
Pierre MGI
This function will return 0 for infantry AI units. That means a manned Blufor Hunter has the same mass than an empty one (8306.63). Crates return their initial mass, but if you empty them or load items, magazines and weapons, the mass remains the same. In fact, none of these (non-physx) objects has a mass.