Difference between revisions of "TEXTURE BLANK"

From Second Life Wiki
Jump to navigation Jump to search
m (adding date of release)
m
 
Line 18: Line 18:
|history=
|history=
*{{SVN|543|ver=1.20.7|anchor=file35}} - Introduction
*{{SVN|543|ver=1.20.7|anchor=file35}} - Introduction
Date of Release  [[ Release_Notes/Second_Life_Release/1.20#Release_Notes_for_Second_Life_1.20.15_Jul_24th.2C_2008 | 24/07/2008 ]]
* Date of Release  [[ Release_Notes/Second_Life_Release/1.20#Release_Notes_for_Second_Life_1.20.15_Jul_24th.2C_2008 | 24/07/2008 ]]
|cat1=Key
|cat1=Key
|cat2=Texture
|cat2=Texture

Latest revision as of 23:11, 15 January 2014

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";