ll.GetTextureScale

ll.GetTextureScale(Face: number) : vector

Returns the texture scale of side in the x and y components of a vector. Returns the texture scale of a side in the x and y components of a vector.

Example

ll.GetTextureScale(0)
{
  "def": "func",
  "desc": "Returns the texture scale of side in the x and y components of a vector.\nReturns the texture scale of a side in the x and y components of a vector.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetTextureScale",
  "name": "GetTextureScale",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "vector"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Face",
          "desc": "",
          "type": [
            "integer",
            "number"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll