Internal Textures

From Second Life Wiki
Revision as of 06:25, 6 June 2018 by Tapple Gao (talk | contribs) (Created page with "{{LSL_Constant/string}}{{LSL Constant |name=TEXTURE_BLANK |type=string |value="5748decc-f629-461c-9a36-a35a221fe21f" |desc=UUID for the "Blank" texture |examples |notes |const...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Notes

Like any LSO 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. This does not apply to scripts compiled with Mono. See LSL Constants vs Globals for more information about this and examples.

Deep Notes

History

Search JIRA for related Issues

Signature

string TEXTURE_BLANK = "5748decc-f629-461c-9a36-a35a221fe21f";