HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Jass question function takes array

05-04-2005, 11:18 PM#1
SektorGaza
Is it possible for a function to take an array as parameter? I keep getting compile error when I type simply

function whatever takes unit array a returns nothing

I have tried integer, same result, any ideas?
05-05-2005, 12:04 AM#2
Vexorian
No direct way.

You can simulate an array with game cache and make the argument take an integer or string that points to that fake array . though

And you should post in the right forum / moved