ll.SetTexture (Texture: string, Face: number) -> ()Applies Texture to Face of prim. Texture may be a UUID or name of a texture in prim inventory. If Face is ALL_SIDES, set the texture on all faces.
ll.SetTexture('test', 3.14)
{
"def": "func",
"desc": "Applies Texture to Face of prim.\nTexture may be a UUID or name of a texture in prim inventory.\nIf Face is ALL_SIDES, set the texture on all faces.",
"energy": 10,
"sleep": 0.2,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlSetTexture",
"private": false,
"takesSelf": false,
"name": "SetTexture",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Texture",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}