Warcraft 3 JASS Wiki
Advertisement
   Location( real x, real y )
   returns location

Used to create a location via X and Y coordinates.


Example usage:

   set loc = Location( x, y )
Advertisement