Cronous Emulation Server Daemon

MapArea Constructor 

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
);

Parameters

x
Area X coordinates.
y
Area Y coordinates.
map_id
Map ID.

See Also

MapArea Class | croemud.map Namespace