ll.TargetOmega (Axis: vector, SpinRate: number, Gain: number) -> ()Attempt to spin at SpinRate with strength Gain on Axis. A spin rate of 0.0 cancels the spin. This function always works in object-local coordinates.
ll.TargetOmega(vector(1,1,1), 3.14, 3.14)
{
"def": "func",
"desc": "Attempt to spin at SpinRate with strength Gain on Axis.\nA spin rate of 0.0 cancels the spin. This function always works in object-local coordinates.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlTargetOmega",
"private": false,
"takesSelf": false,
"name": "TargetOmega",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Axis",
"desc": "",
"type": [
{
"def": "simple",
"value": "vector"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "SpinRate",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Gain",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}