OsDrawTranslationTransform

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added permissions and delay information)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=None
+
|threat_level=ignored
 +
|permissions=true
 +
|delay=0
 
|function_syntax=string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
 
|function_syntax=string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
 
|csharp_syntax=string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
 
|csharp_syntax=string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)

Revision as of 18:28, 25 October 2017

string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y)
C#: string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_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()
    {
        ...
    }
}


Personal tools
General
About This Wiki