Difference between revisions of "LlStartAnimation"

From Second Life Wiki
Jump to navigation Jump to search
m (Avatars sitting on an object don't have to own them to be affected by this call)
Line 4: Line 4:
|p1_type=string|p1_name=anim
|p1_type=string|p1_name=anim
|func_footnote
|func_footnote
|func_desc=Start animation '''anim''' for agent that owns or is sitting on object
|func_desc=Start animation '''anim''' for agent that granted [[PERMISSION_TRIGGER_ANIMATION]] if the permission has not been revoked.
|return_text
|return_text
|spec
|spec

Revision as of 00:46, 18 September 2007

Summary

Function: llStartAnimation( string anim );

Start animation anim for agent that granted PERMISSION_TRIGGER_ANIMATION if the permission has not been revoked.

• string anim an item in the inventory of the prim this script is in

To run this function the script must request the PERMISSION_TRIGGER_ANIMATION permission with llRequestPermissions.

Caveats

Permissions
  • If anim is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  run_time_permissions Permission receiving event

Functions

•  llGetPermissions Get the permissions granted
•  llGetPermissionsKey Get the agent who granted permissions
•  llRequestPermissions Request permissions
•  llStopAnimation

Articles

•  Script permissions
•  Internal_Animations lists internal Animations always available

Deep Notes

Search JIRA for related Issues

Signature

function void llStartAnimation( string anim );