HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Looking for a queue animation function...

04-09-2006, 12:00 AM#1
FriendlyWarlord
I know how to set a unit animation with SetUnitAnimationByIndex, but is there a function that does the same thing as the GUI's queue unit animation (but by index)? Alternatively, is there a list of all the jass functions somewhere?
04-09-2006, 12:06 AM#2
karukef
http://jass.sourceforge.net/

Under Jass manual click API browser for a list of all functions.
04-09-2006, 03:35 AM#3
FriendlyWarlord
Thanks, don't know how I missed that =p Looks like there's no queue animation function, oh well =\
04-11-2006, 03:53 AM#4
moonliterhythm
shouldn't there be? can't you rewrite your trigger in GUI, convert to Jass, and figure out how the GUI does its "queue unit animation"?
04-11-2006, 07:02 AM#5
Jacek
the best list of functions is in JassCraft. JC shows also how BJ functions look so you can replace them with natives.
04-11-2006, 10:07 AM#6
Blade.dk
Problem is that the function GUI uses IS available in jass, but it uses an animation name, not an animation index. There is no native that does this with an animation index.