OsDrawScaleTransform
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |threat_level= | + | |threat_level=None |
|function_syntax=string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) | |function_syntax=string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) | ||
|csharp_syntax=string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) | |csharp_syntax=string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) | ||
Revision as of 10:55, 26 June 2017
string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
C#: string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) | |
| ... | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osDrawScaleTransform default { state_entry() { ... } } | |