Cronous Emulation Server Daemon

WarpEntry Constructor 

Initializes a warp entry.

[Visual Basic]
Public Sub New( _ 
   ByVal map_id As Integer, _ 
   ByVal map_entry_id As Integer _ 
)
[C#]
public WarpEntry(
   int map_id,
   int map_entry_id
);
[C++]
public: WarpEntry(
   int map_id,
   int map_entry_id
);
[JScript]
public function WarpEntry(
   int map_id,
   int map_entry_id
);

Parameters

map_id
ID of the destination map.
map_entry_id
ID of the destination map entry.

See Also

WarpEntry Class | croemud.map Namespace