OsDrawTranslationTransform

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{osslfunc |threat_level=None |function_syntax=string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y) |csharp_syntax=string osDrawTranslationTransform(st...")
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=None
+
|threat_level=ignored
|function_syntax=string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
+
|permissions=true
|csharp_syntax=string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
+
|delay=0
 +
|function_syntax=string osDrawTranslationTransform(string drawList, float x, float y)
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
// Example of osDrawTranslationTransform
 
// Example of osDrawTranslationTransform
Line 15: Line 16:
 
</source>
 
</source>
 
|description=...
 
|description=...
|
+
|additional_info=This function was added in 0.9.0.1
 
}}
 
}}

Revision as of 05:14, 7 November 2019

string osDrawTranslationTransform(string drawList, float x, float y)
...
Threat Level This function does not do a threat level check
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
// Example of osDrawTranslationTransform
 
default
{
    state_entry()
    {
        ...
    }
}
Notes
This function was added in 0.9.0.1


Personal tools
General
About This Wiki