OsDrawResetTransform
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=None |function_syntax=string osDrawResetTransform(string drawList) |csharp_syntax=string osDrawResetTransform(string drawList) |ossl_example=<source l...") |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
− | |threat_level= | + | |threat_level= |
|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 03:28, 25 June 2017
string osDrawResetTransform(string drawList)
C#: string osDrawResetTransform(string drawList) | |
... | |
Threat Level | No threat level specified |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
// Example of osDrawResetTransform default { state_entry() { ... } } |