OsClearObjectAnimations
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| + | |threat_level=ignored | ||
| + | |permissions=true | ||
| + | |delay=0 | ||
|function_syntax=integer osClearObjectAnimations() | |function_syntax=integer osClearObjectAnimations() | ||
|description= clears all animations on the prim, returning how many it had running | |description= clears all animations on the prim, returning how many it had running | ||
Revision as of 15:36, 3 March 2020
integer osClearObjectAnimations()
| |
| clears all animations on the prim, returning how many it had running | |
| 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 |
| Notes | |
| Added in 0.9.2.0 | |