OsSetInertiaAsSphere
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=None | |threat_level=None | ||
− | |function_syntax= | + | |function_syntax=osSetInertiaAsSphere(float mass, float radius, fector centerOfMass) |
|csharp_syntax= | |csharp_syntax= | ||
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> |
Revision as of 15:05, 9 August 2017
osSetInertiaAsSphere(float mass, float radius, fector centerOfMass)
| |
...
Caution ! Only supported by ubOde for now | |
Threat Level | None |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
// Example of osSetInertiaAsSphere default { state_entry() { ... } } |