Cronous Emulation Server Daemon

MapEngine.retrieve Method 

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;

Parameters

pos_x
X.
pos_y
Y.

Return Value

The corresponding map area.

See Also

MapEngine Class | croemud.map Namespace