OsDrawRotationTransform

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added note stating which version of OpenSim introduced this function)
Line 3: Line 3:
 
|permissions=true
 
|permissions=true
 
|delay=0
 
|delay=0
|function_syntax=string osDrawRotationTransform(string drawList, LSL_Float x)
+
|function_syntax=string osDrawRotationTransform(string drawList, float x)
|csharp_syntax=string osDrawRotationTransform(string drawList, LSL_Float x)
+
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
// Example of osDrawRotationTransform
 
// Example of osDrawRotationTransform

Revision as of 13:24, 14 November 2018

string osDrawRotationTransform(string drawList, float x)
...
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 osDrawRotationTransform
 
default
{
    state_entry()
    {
        ...
    }
}
Notes
This function was added in 0.9.0-post-fixes


Personal tools
General
About This Wiki