OsAvatarPlayAnimation
From OpenSimulator
(Difference between revisions)
m |
m |
||
Line 27: | Line 27: | ||
[[Category:OSSL Functions]] | [[Category:OSSL Functions]] | ||
− |
Revision as of 15:17, 8 June 2011
OsAvatarPlayAnimation | |
Threat Level | High |
Function Syntax | osAvatarPlayAnimation(key avatar, string animation) |
Example(s) | //Example Usage: default { touch_start(integer num) { string anim = llGetInventoryName(INVENTORY_ANIMATION, 0); osAvatarPlayAnimation(llDetectedKey(0), anim); } } |
This function causes an animation to be played on the specified avatar.
The variable animation can be either the name of an animation within the task inventory, or it can be the UUID of an animation.
osAvatarPlayAnimation does not perform any security checks or request animation permissions from the targeted avatar,