OsDrawScaleTransform
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=None |function_syntax=string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y) |csharp_syntax=string osDrawScaleTransform(string drawLis...") |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
− | |threat_level= | + | |threat_level= |
|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 03:27, 25 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 | No threat level specified |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
// Example of osDrawScaleTransform default { state_entry() { ... } } |