ll.GetObjectMass(ID: uuid) : number
Returns the mass of the avatar or object in the region. Gets the mass of the object or avatar corresponding to ID.
ll.GetObjectMass(uuid(<key>))
{
"def": "func",
"desc": "Returns the mass of the avatar or object in the region.\nGets the mass of the object or avatar corresponding to ID.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetObjectMass",
"name": "GetObjectMass",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}