ll.GetTextureOffset(Face: number) : vector
Returns the texture offset of face in the x and y components of a vector.
ll.GetTextureOffset(0)
{
"def": "func",
"desc": "Returns the texture offset of face in the x and y components of a vector.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetTextureOffset",
"name": "GetTextureOffset",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}