OsDrawRotationTransform
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=None |function_syntax=string osDrawRotationTransform(string drawList, LSL_Float x) |csharp_syntax=string osDrawRotationTransform(string drawList, LSL_...") |
Revision as of 03:22, 25 June 2017
string osDrawRotationTransform(string drawList, LSL_Float x)
C#: string osDrawRotationTransform(string drawList, LSL_Float x) | |
| ... | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osDrawRotationTransform default { state_entry() { ... } } | |