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.
ll.RotateTexture(3.14, 5)
{
"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,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlRotateTexture",
"name": "RotateTexture",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Radians",
"desc": "",
"type": [
"number"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}