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...") |
Revision as of 03:21, 25 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() { ... } } | |