ll.GetMassMKS

ll.GetMassMKS() : number

Acts as llGetMass(), except that the units of the value returned are Kg.

Example

ll.GetMassMKS()
{
  "def": "func",
  "desc": "Acts as llGetMass(), except that the units of the value returned are Kg.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetMassMKS",
  "name": "GetMassMKS",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll