ll.GetPhysicsMaterial

ll.GetPhysicsMaterial() : list

Returns a list of the form [float gravity_multiplier, float restitution, float friction, float density].

Example

ll.GetPhysicsMaterial()
{
  "def": "func",
  "desc": "Returns a list of the form [float gravity_multiplier, float restitution, float friction, float density].",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetPhysicsMaterial",
  "name": "GetPhysicsMaterial",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "list"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll