ll.GetTextureScale (Face: number) -> vectorReturns the texture scale of side in the x and y components of a vector. Returns the texture scale of a side in the x and y components of a vector.
ll.GetTextureScale(3.14)
{
"def": "func",
"desc": "Returns the texture scale of side in the x and y components of a vector.\nReturns the texture scale of a side in the x and y components of a vector.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetTextureScale",
"private": false,
"takesSelf": false,
"name": "GetTextureScale",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Face",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}