ll.RotateTexture

ll.RotateTexture (Radians: number, Face: number) -> ()

Sets the texture rotation for the specified Face to angle Radians. If Face is ALL_SIDES, rotates the texture of all sides.

Example

ll.RotateTexture(3.14, 3.14)
Raw function spec json
{
  "def": "func",
  "desc": "Sets the texture rotation for the specified Face to angle Radians.\nIf Face is ALL_SIDES, rotates the texture of all sides.",
  "energy": 10,
  "sleep": 0.2,
  "must_use": false,
  "link": "https://wiki.secondlife.com/wiki/LlRotateTexture",
  "private": false,
  "takesSelf": false,
  "name": "RotateTexture",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "()"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Radians",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Face",
          "desc": "",
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll