WoW:API Model SetSequence

From AddOn Studio
Revision as of 19:11, 18 November 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SetSequence -Documentation by DerGhulbus-

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.

Template:WoW API