LlRotateTexture
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Caveats
- This function causes the script to sleep for 0.2 seconds.
- The function silently fails if its face value indicates a face that does not exist.
Examples
default { touch_start(integer total_number) { // Makes the object's texture rotate a quarter of turn llRotateTexture(PI_BY_TWO, ALL_SIDES); } }
Notes
This function applies once on the actual orientation of the texture. It is not an animation. See llSetTextureAnim for animations.
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

