OsDrawRotationTransform
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
− | |threat_level= | + | |threat_level=ignored |
+ | |permissions=true | ||
+ | |delay=0 | ||
|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 17:27, 25 October 2017
string osDrawRotationTransform(string drawList, LSL_Float x)
C#: string osDrawRotationTransform(string drawList, LSL_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() { ... } } |