Difference between revisions of "LlStartAnimation"

From Second Life Wiki
Jump to navigation Jump to search
Line 14: Line 14:
|also_tests
|also_tests
|also_events
|also_events
|also_articles=[[Internal_Animations]] - lists internal Animations always available
|also_articles={{LSL DefineRow||[[Internal_Animations]]|lists internal Animations always available}}
|notes
|notes
|permission=PERMISSION_TRIGGER_ANIMATION
|permission=PERMISSION_TRIGGER_ANIMATION

Revision as of 10:23, 1 May 2007

Summary

Function: llStartAnimation( string anim );

Start animation anim for agent that owns object

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

Caveats

  • 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

Functions

•  llStopAnimation

Articles

•  Internal_Animations lists internal Animations always available

Deep Notes

Search JIRA for related Issues

Signature

function void llStartAnimation( string anim );