OsDrawResetTransform
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 osDrawResetTransform(string drawList) | |function_syntax=string osDrawResetTransform(string drawList) | ||
|csharp_syntax=string osDrawResetTransform(string drawList) | |csharp_syntax=string osDrawResetTransform(string drawList) | ||
Revision as of 17:27, 25 October 2017
string osDrawResetTransform(string drawList)
C#: string osDrawResetTransform(string drawList) | |
| ... | |
| 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 osDrawResetTransform default { state_entry() { ... } } | |