ll.SetGroundTexture(Changes: list) : number
Changes terrain texture properties in the region.
ll.SetGroundTexture({})
{
"def": "func",
"desc": "Changes terrain texture properties in the region.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetGroundTexture",
"name": "SetGroundTexture",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Changes",
"desc": "A list of ground texture properties to change.",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}