Cronous Emulation Server Daemon

MapArea.leave Method (Int32)

Removes a dropped item leaving the area.

[Visual Basic]
Public Sub leave( _ 
   ByVal item_id As Integer _ 
)
[C#]
public void leave(
   int item_id
);
[C++]
public: void leave(
   int item_id
);
[JScript]
public function leave(
   int item_id
);

Parameters

item_id
ID of the dropped item.

See Also

MapArea Class | croemud.map Namespace | MapArea.leave Overload List