OsDrawScaleTransform

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
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, LSL_Float x, LSL_Float y)
+
|function_syntax=string osDrawScaleTransform(string drawList, float x, float y)
|csharp_syntax=string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
+
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
// Example of osDrawScaleTransform
 
// Example of osDrawScaleTransform

Revision as of 13: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
Personal tools
General
About This Wiki