Difference between revisions of "LOOP"
Jump to navigation
Jump to search
Mako Nozaki (talk | contribs) m |
Frionil Fang (talk | contribs) (missing desc) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x02}} | |value={{LSL Hex|0x02}} | ||
|desc | |desc=Causes a texture animation to loop. | ||
|examples | |examples | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetTextureAnim]]|}} | {{LSL DefineRow||[[llSetTextureAnim]]|}} | ||
{{LSL DefineRow||[[llSetLinkTextureAnim]]|}} | |||
|events | |events | ||
|cat1 | |cat1 |
Latest revision as of 15:37, 28 October 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer LOOP = 0x02;The integer constant LOOP has the value 0x02
Causes a texture animation to loop.
Caveats
Related Articles
Functions
• | llSetTextureAnim | |||
• | llSetLinkTextureAnim |