OsDrawResetTransform
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |threat_level= | + | |threat_level=None |
|function_syntax=string osDrawResetTransform(string drawList) | |function_syntax=string osDrawResetTransform(string drawList) | ||
|csharp_syntax=string osDrawResetTransform(string drawList) | |csharp_syntax=string osDrawResetTransform(string drawList) | ||
Revision as of 10:56, 26 June 2017
string osDrawResetTransform(string drawList)
C#: string osDrawResetTransform(string drawList) | |
| ... | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osDrawResetTransform default { state_entry() { ... } } | |