WoW:API Model SetSequence: Difference between revisions
Jump to navigation
Jump to search
({{widgetmethod}}) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Sets the animation-sequence to be played. | Sets the animation-sequence to be played. |
Revision as of 16:41, 4 December 2007
← Widget API ← Model < SetSequence
Sets the animation-sequence to be played.
myModel:SetSequence(0);
- Arguments
- id: number Index of the animation sequence inside the mesh file
- Returns
- nil
- Description
- The selected sequence seems to play only once but for some sequences it is repeated infinitely. Don't know what to think about this =/
- You'll probably want to use some third party application to preview the animation sequences available for a certain mesh.