OsDrawScaleTransform
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=None | |threat_level=None | ||
− | |function_syntax=string osDrawScaleTransform(string drawList, | + | |function_syntax=string osDrawScaleTransform(string drawList, float x, float y) |
− | + | ||
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> | ||
// Example of osDrawScaleTransform | // Example of osDrawScaleTransform |
Revision as of 12:25, 14 November 2018
string osDrawScaleTransform(string drawList, float x, float y)
| |
... | |
Threat Level | None |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
// Example of osDrawScaleTransform default { state_entry() { ... } } | |
Notes | |
This function was added in 0.9.0-post-fixes |