ll.SetBuoyancy(Buoyancy: number) : ()
Set the tasks buoyancy (0 is none, < 1.0 sinks, 1.0 floats, > 1.0 rises). Set the object buoyancy. A value of 0 is none, less than 1.0 sinks, 1.0 floats, and greater than 1.0 rises.
ll.SetBuoyancy(3.14)
{
"def": "func",
"desc": "Set the tasks buoyancy (0 is none, < 1.0 sinks, 1.0 floats, > 1.0 rises).\nSet the object buoyancy. A value of 0 is none, less than 1.0 sinks, 1.0 floats, and greater than 1.0 rises.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetBuoyancy",
"name": "SetBuoyancy",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Buoyancy",
"desc": "",
"type": [
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}