Difference between revisions of "SCALE"
Jump to navigation
Jump to search
m |
Frionil Fang (talk | contribs) (missing desc) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value={{LSL Hex|0x40}} | |value={{LSL Hex|0x40}} | ||
|desc | |desc=Causes a texture animation to change the texture's scale. Cannot be combined with [[ROTATE]]. | ||
|examples | |examples | ||
|functions= | |functions= |
Latest revision as of 16:55, 28 October 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer SCALE = 0x40;The integer constant SCALE has the value 0x40
Causes a texture animation to change the texture's scale. Cannot be combined with ROTATE.
Caveats
Related Articles
Functions
• | llSetTextureAnim | |||
• | llSetLinkTextureAnim |