HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Condition() and Filter()

09-11-2008, 11:07 AM#1
cohadar
Are those 2 completely interchangeable?
09-11-2008, 02:02 PM#2
DioD
Filter() needed for correct usage of GetFilterUnit()
09-11-2008, 02:12 PM#3
Anitarf
Quote:
Originally Posted by DioD
Filter() needed for correct usage of GetFilterUnit()
Define "correct". I have used GetFilterUnit() in functions used with Condition() instead of Filter() without any issues.
09-11-2008, 05:46 PM#4
cohadar
Quote:
Originally Posted by DioD
Filter() needed for correct usage of GetFilterUnit()

Test example would be good to have.
09-11-2008, 06:10 PM#5
DioD
"Correct" mean "as blizzard did".

Check BJ for examples.
09-12-2008, 12:20 PM#6
ADOLF
hm... and conditionfunc and filterfunc are boolexpr. i am sure that if they will check up through rb to have identical values. on mine it is indifferent

Quote:
I have used GetFilterUnit() in functions used with Condition() instead of Filter() without any issues.
i'm too