Difference between revisions of "ANIM ON"
Jump to navigation
Jump to search
m |
Frionil Fang (talk | contribs) (missing desc) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x01}} | |value={{LSL Hex|0x01}} | ||
|desc | |desc=Enables a texture animation. | ||
|examples | |examples | ||
|functions= | |functions= |
Latest revision as of 15:38, 28 October 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ANIM_ON = 0x01;The integer constant ANIM_ON has the value 0x01
Enables a texture animation.
Caveats
Related Articles
Functions
• | llSetTextureAnim | |||
• | llSetLinkTextureAnim |