OsAvatarStopAnimation

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = VeryHigh
|- valign="top"
+
|
|'''Threat Level''' || VeryHigh
+
function_syntax = <source lang="lsl">
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
osAvatarStopAnimation(key avatar, string animation)
 
osAvatarStopAnimation(key avatar, string animation)
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<Example(s) go(es) here>
+
ossl_example =  
|}
+
|  
 
+
additional_info = This function stops the specified animation if it is playing on the avatar given.  
 
+
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.
 
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.
 
If the specified avatar is not logged in or on the same sim as the script, then osAvatarStopAnimation silently fails.
 
+
|
[[Category:OSSL Functions]]
+
}}
[[Category:OSSL functions without example]]
+

Revision as of 14:50, 12 June 2011

osAvatarStopAnimation(key avatar, string animation)
No descriptions provided
Threat Level VeryHigh
Permissions No permissions specified
Extra Delay No function delay specified
Notes
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.

Personal tools
General
About This Wiki