ll.GetTexture(Face: number) : string
Returns a string that is the texture on face (the inventory name if it is a texture in the prim's inventory, otherwise the key). Returns the texture of a face, if it is found in object inventory, its key otherwise.
ll.GetTexture(10)
{
"def": "func",
"desc": "Returns a string that is the texture on face (the inventory name if it is a texture in the prim's inventory, otherwise the key).\nReturns the texture of a face, if it is found in object inventory, its key otherwise.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetTexture",
"name": "GetTexture",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}