OsDrawScaleTransform
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
Line 15: | Line 15: | ||
</source> | </source> | ||
|description=... | |description=... | ||
− | | | + | |additional_info=This function was added in 0.9.0-post-fixes |
}} | }} |
Revision as of 09:47, 15 October 2018
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() { ... } } | |
Notes | |
This function was added in 0.9.0-post-fixes |