TEXTURE BLANK
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Description
Constant: string TEXTURE_BLANK = "5748decc-f629-461c-9a36-a35a221fe21f";The string constant TEXTURE_BLANK has the value "5748decc-f629-461c-9a36-a35a221fe21f"
UUID for the "Blank" texture
Related Articles
Constants
| • | TEXTURE_MEDIA | |||
| • | TEXTURE_PLYWOOD | |||
| • | TEXTURE_TRANSPARENT |
Functions
| • | llSetTexture | |||
| • | llSetLinkTexture | |||
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams |
Notes
Like any string constants longer then 3 characters and used in multiple places in the code, they should be stored in a global variable. The result will be a considerable memory savings. See LSL Constants vs Globals for more information about this and examples.

