ROTATE: Difference between revisions
Jump to navigation
Jump to search
New page: {{LSL Constant |name=ROTATE |type=integer |value=0x20 |desc |examples |functions= {{LSL DefineRow||llSetTextureAnim|}} |events |cat1 |cat2 |cat3 |cat4 |self }} |
Frionil Fang (talk | contribs) No edit summary |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
|name=ROTATE | |name=ROTATE | ||
|type=integer | |type=integer | ||
|value=0x20 | |value={{LSL Hex|0x20}} | ||
|desc | |desc=Causes a texture animation to change the texture's rotation. Cannot be combined with [[SCALE]]. | ||
|examples | |examples | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetTextureAnim]]|}} | {{LSL DefineRow||[[llSetTextureAnim]]|}} | ||
{{LSL DefineRow||[[llSetLinkTextureAnim]]|}} | |||
{{LSL DefineRow||[[llGetTextureRot]]|}} | |||
{{LSL DefineRow||[[llRotateTexture]]|}} | |||
|events | |events | ||
|cat1 | |cat1 | ||
Latest revision as of 16:56, 28 October 2023
| 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
Causes a texture animation to change the texture's rotation. Cannot be combined with SCALE.
Caveats
Related Articles
Functions
| • | llSetTextureAnim | |||
| • | llSetLinkTextureAnim | |||
| • | llGetTextureRot | |||
| • | llRotateTexture |