OsAvatarStopAnimation

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
m (some syntax modification (may be major or minor))
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=VeryHigh
 
|threat_level=VeryHigh
|function_syntax=osAvatarStopAnimation(key avatar, string animation)
+
|function_syntax=void osAvatarStopAnimation(key avatar, string animation)
 
|ossl_example=
 
|ossl_example=
 
|description=This function stops the specified animation if it is playing on the avatar given.  
 
|description=This function stops the specified animation if it is playing on the avatar given.  

Revision as of 03:27, 2 July 2011

void osAvatarStopAnimation(key avatar, string animation)
This function stops the specified animation if it is playing on the avatar given.

The value avatar is a UUID, and the animation value is either the name of an animation in the task inventory or the UUID of an animation.

If the specified avatar is not logged in or on the same sim as the script, then osAvatarStopAnimation silently fails.

Threat Level VeryHigh
Permissions No permissions specified
Extra Delay No function delay specified
Personal tools
General
About This Wiki