OsDrawScaleTransform

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(3 intermediate revisions by 3 users not shown)
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, 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
Line 15: Line 14:
 
</source>
 
</source>
 
|description=...
 
|description=...
|
+
|additional_info=This function was added in 0.9.0.1}}
}}
+

Revision as of 10:06, 7 December 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.1
Personal tools
General
About This Wiki