Difference between revisions of "TEXTURE BLANK"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSL Constant
{{LSL_Constant/string}}{{LSL Constant
|name=TEXTURE_BLANK
|name=TEXTURE_BLANK
|type=string
|type=string
|value="5748decc-f629-461c-9a36-a35a221fe21f"
|value="5748decc-f629-461c-9a36-a35a221fe21f"
|desc
|desc=UUID for the "Blank" texture
|examples
|examples
|notes
|notes
|constants=
|constants=
{{LSL ConstRow|TEXTURE_DEFAULT}}
{{LSL ConstRow|TEXTURE_MEDIA}}
{{LSL ConstRow|TEXTURE_PLYWOOD}}
{{LSL ConstRow|TEXTURE_PLYWOOD}}
{{LSL ConstRow|TEXTURE_TRANSPARENT}}
{{LSL ConstRow|TEXTURE_TRANSPARENT}}
|functions=
|functions=
{{LSL DefineRow||[[llSetTexture]]|}}
{{LSL DefineRow||[[llSetTexture]]|}}
{{LSL DefineRow||[[llSetLinkTexture]]|}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}}
|events
|events
|history=
|history=
Introduced in {{SVN|543|87341|Release|1.20.6}}
*{{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 ]]
|cat1=Key
|cat1=Key
|cat2
|cat2=Texture
|cat3
|cat3
|cat4
|cat4
}}
}}

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