HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

XE-Cast with conditional AOE?

08-31-2009, 08:07 AM#1
Anachron
Collapse JASS:
method castOnAOE    takes real x, real y, real radius returns nothing

How can I force an conditional AOE cast? :S
09-17-2009, 04:22 PM#2
Vexorian
Sorry for not reading this before.

I guess thats what castOnGroup is made for.
09-18-2009, 08:52 AM#3
Anachron
No problem. But wouldn't it be better to allow users to not need to create groups by adding an boolexpression to the parameter?

Anyway, thanks for doing this. I will soon reveal my xecastExtended to the public, hope you will like it. (Delayed, Intervaled, Timed casts)
09-18-2009, 12:44 PM#4
Vexorian
Well, it would be better-ish.

I can always make a version that uses a function interface.
09-18-2009, 01:02 PM#5
Anachron
The xecastExtended will not replace xeCast, it will simply add a new type that extends your xecast and brings a few new methods with it.

And thanks for creating xecast. Really good work.