ROTATE: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Mako Nozaki (talk | contribs) mNo edit summary |
||
| Line 2: | Line 2: | ||
|name=ROTATE | |name=ROTATE | ||
|type=integer | |type=integer | ||
|value=0x20 | |value={{LSL Hex|0x20}} | ||
|desc=A flag used with [[llSetTextureAnim]] to indicate the rotation style of texture animation. | |desc=A flag used with [[llSetTextureAnim]] to indicate the rotation style of texture animation. | ||
|examples | |examples | ||
Revision as of 04:08, 22 May 2010
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ROTATE = 0x20;The integer constant ROTATE has the value 0x20
A flag used with llSetTextureAnim to indicate the rotation style of texture animation.
Caveats
Related Articles
Functions
| • | llSetTextureAnim | |||
| • | llGetTextureRot | |||
| • | llRotateTexture |