OsGetInertiaData
From OpenSimulator
(Difference between revisions)
Line 3: | Line 3: | ||
|permissions=true | |permissions=true | ||
|delay=0 | |delay=0 | ||
− | |function_syntax= | + | |function_syntax=list osGetInertiaData() |
|csharp_syntax= | |csharp_syntax= | ||
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> |
Revision as of 14:11, 20 February 2019
list osGetInertiaData()
| |
...
Caution ! Only supported by ubOde for now | |
Threat Level | This function does not do a threat level check |
Permissions | Use of this function is always allowed by default |
Extra Delay | 0 seconds |
Example(s) | |
// Example of osGetInertiaData default { state_entry() { ... } } | |
Notes | |
This function was added in 0.9.0.1 |