Removes a dropped item from the map.
[Visual Basic] Public Sub remove_dropped_item( _ ByVal item_id As Integer _ ) [C#] public void remove_dropped_item( int item_id ); [C++] public: void remove_dropped_item( int item_id ); [JScript] public function remove_dropped_item( int item_id );
MapEngine Class | croemud.map Namespace