Noted that droppped items are removed.

master
Robert Zenz 2015-12-19 11:15:07 +01:00
parent 5d06593c47
commit 49795dda0c
2 changed files with 6 additions and 3 deletions

View File

@ -65,7 +65,8 @@
</tr>
<tr>
<td class="name" nowrap><a href="#drop_inventory">drop_inventory (player, inventory, list_name)</a></td>
<td class="summary">Drops the given list from the given player.</td>
<td class="summary">Drops the given list from the given player, removing all items from
the list.</td>
</tr>
</table>
<h2><a href="#Fields">Fields</a></h2>
@ -155,7 +156,8 @@
<strong>drop_inventory (player, inventory, list_name)</strong>
</dt>
<dd>
Drops the given list from the given player.
Drops the given list from the given player, removing all items from
the list.
<h3>Parameters:</h3>

View File

@ -76,7 +76,8 @@ function deathinventorydrop.drop(player)
end)
end
--- Drops the given list from the given player.
--- Drops the given list from the given player, removing all items from
-- the list.
--
-- @param player The Player object.
-- @param inventory The InvRef object.