Retrieves a map area specifying positions in map.
[Visual Basic] Public Function retrieve( _ ByVal pos_x As Integer, _ ByVal pos_y As Integer _ ) As MapArea [C#] public MapArea retrieve( int pos_x, int pos_y ); [C++] public: MapArea* retrieve( int pos_x, int pos_y ); [JScript] public function retrieve( int pos_x, int pos_y ): MapArea;
The corresponding map area.
MapEngine Class | croemud.map Namespace