OsDrawResetTransform
From OpenSimulator
(Difference between revisions)
| Line 16: | Line 16: | ||
</source> | </source> | ||
|description=... | |description=... | ||
| − | |additional_info=This function was added in 0.9 | + | |additional_info=This function was added in 0.9.0.1}} |
Revision as of 08:59, 7 December 2018
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() { ... } } | |
| Notes | |
| This function was added in 0.9.0.1 | |