OsSetTerrainTextures
From OpenSimulator
(Difference between revisions)
												
			 (Created page with "{{osslfunc |function_syntax= osSetTerrainTextures(list textureKeys) |csharp_syntax= |description=Sets terrain textures for legacy viewers it types == 0 or 2, textures for new ...")  | 
			|||
| Line 1: | Line 1: | ||
{{osslfunc  | {{osslfunc  | ||
| − | |function_syntax= osSetTerrainTextures(list textureKeys)  | + | |function_syntax= osSetTerrainTextures(list textureKeys, integer types)  | 
|csharp_syntax=  | |csharp_syntax=  | ||
|description=Sets terrain textures for legacy viewers it types == 0 or 2, textures for new viewers it types == 1 or 2 or PBR materials if types == 1  | |description=Sets terrain textures for legacy viewers it types == 0 or 2, textures for new viewers it types == 1 or 2 or PBR materials if types == 1  | ||
Revision as of 16:35, 5 May 2025
osSetTerrainTextures(list textureKeys, integer types)
 
 | |
| Sets terrain textures for legacy viewers it types == 0 or 2, textures for new viewers it types == 1 or 2 or PBR materials if types == 1 | |
| Threat Level | High | 
| Permissions | ESTATE_MANAGER,ESTATE_OWNER | 
| Extra Delay | 0 seconds | 
| Notes | |
| This function was added in 0.9.3.1 | |