OsClearInertia
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level= |function_syntax= |csharp_syntax= |ossl_example=<source lang="lsl"> // Example of osClearInertia default { state_entry() { ... }...") |
|||
| Line 15: | Line 15: | ||
</source> | </source> | ||
|description=... | |description=... | ||
| + | <div style="background-color:#FFA0A0; padding:10px; padding-bottom:5px; border: 1px #FF544F solid"> | ||
| + | '''Caution !''' Only supported by '''ubOde''' for now | ||
| + | </div> | ||
| | | | ||
}} | }} | ||
Revision as of 03:35, 26 June 2017
| No function syntax provided | |
| ...
Caution ! Only supported by ubOde for now | |
| Threat Level | No threat level specified |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osClearInertia default { state_entry() { ... } } | |