HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Area; Is it counted in Radius or Diameter?

07-16-2009, 09:52 PM#1
Cheezeman
I've heared alot of different opinions about this...

So... what does Area mean in the Object Editor? Radius from the user, or diameter with it as center?
I've been using it as diameter for a while now, but now I want to use the native IsUnitInRange()
and I'm pretty sure that calculates radius (I might be wrong though...)
07-16-2009, 10:29 PM#2
TaintedReality
pretty sure it's radius
07-16-2009, 10:51 PM#3
Deaod
Radius. Unless Blizzard's inconsistend with this (and they are VERY consistent with being inconsistent).
07-17-2009, 02:47 AM#4
Sophismata
It's radius in every single case I can think of.
07-17-2009, 04:11 AM#5
DioD
Collapse JASS:
native GroupEnumUnitsInRange                takes group whichGroup, real x, real y, real radius, boolexpr filter returns nothing

CHECK NATIVES !!!

ps they all same
07-17-2009, 02:41 PM#6
Cheezeman
Ok I belive you guys :D
Thanks for the info.