OsDrawResetTransform
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
Line 4: | Line 4: | ||
|delay=0 | |delay=0 | ||
|function_syntax=string osDrawResetTransform(string drawList) | |function_syntax=string osDrawResetTransform(string drawList) | ||
− | |||
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> | ||
// Example of osDrawResetTransform | // Example of osDrawResetTransform |
Revision as of 08:58, 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-post-fixes |