OsDrawRotationTransform

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=
+
|threat_level=None
 
|function_syntax=string osDrawRotationTransform(string drawList, LSL_Float x)
 
|function_syntax=string osDrawRotationTransform(string drawList, LSL_Float x)
 
|csharp_syntax=string osDrawRotationTransform(string drawList, LSL_Float x)
 
|csharp_syntax=string osDrawRotationTransform(string drawList, LSL_Float x)

Revision as of 11:56, 26 June 2017

string osDrawRotationTransform(string drawList, LSL_Float x)
C#: string osDrawRotationTransform(string drawList, LSL_Float x)
...
Threat Level None
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
// Example of osDrawRotationTransform
 
default
{
    state_entry()
    {
        ...
    }
}
Personal tools
General
About This Wiki