Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
m (catfix, Replaced: {{widgetmethod}}<br> → {{widgetmethod}})
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
{{widgetmethod}}
   
  +
Sets the animation-sequence to be played.
   
  +
myModel:SetSequence(0);
   
  +
----
  +
;''Arguments''
   
  +
: id: '''number''' Index of the animation sequence inside the mesh file
   
  +
----
<div id="wikitikitavi" style="overflow:auto; height: 1px; ">
 
  +
;''Returns''
[[http://WTHP1.coolhost.biz] [WTHPD1]]
 
  +
[http://WTHP2.coolhost.biz WTHPD2]
 
  +
:;nil
[[http://WTHP3.coolhost.biz | WTHPD3]]
 
  +
[http://WTHP4.coolhost.biz | WTHPD4]
 
  +
----
[WTHPD5 | http://WTHP5.coolhost.biz]
 
  +
;''Description''
[[http://WTHP6.coolhost.biz WTHPD6]]
 
  +
</div>
 
  +
: 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.

Revision as of 23:57, 14 July 2008

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.