Initilizes the map area.
[Visual Basic] Public Sub New( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal map_id As Integer _ ) [C#] public MapArea( int x, int y, int map_id ); [C++] public: MapArea( int x, int y, int map_id ); [JScript] public function MapArea( int x, int y, int map_id );
MapArea Class | croemud.map Namespace