From Second Life Wiki
GetObjectMass
llGetObjectMass
Description
Function: float llGetObjectMass( key id );
Returns a float that is the mass of id
| • key
| id
| –
| Avatar or object in the sim
|
|
Caveats
- Returns zero if id is not found in the sim.
Notes
- Mass in SL is expressed as lindogram.
- Mass for avatars is relative to shape/size, and unaffected by attachments.
Deep Notes
History
Prior to server code version 1.18.6.76747 avatar mass was fixed at 1.954922 lindogram. It is now relative to Avatar shape/size.