Skip to content

Commit 497d3f4

Browse files
Update to 2.4.0
1 parent 0da9264 commit 497d3f4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# <img src="https://raw.githubusercontent.com/expressobits/inventory-system/addon/icon.png" alt= “icon” width="32" height="32"> Welcome to Expresso Inventory System 👋
2-
![Version](https://img.shields.io/badge/version-2.2.0-blue.svg?cacheSeconds=2592000)
2+
![Version](https://img.shields.io/badge/version-2.4.0-blue.svg?cacheSeconds=2592000)
33
[![Documentation](https://img.shields.io/badge/documentation-no-red.svg)](https://github.com/ExpressoBits/inventory-system/wiki)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](MIT)
55

doc_classes/Inventory.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,10 @@
382382
Emitted when a [Item] was removed.
383383
</description>
384384
</signal>
385-
<signal name="request_drop_obj">
386-
<param index="0" name="drop_item_packed_scene_path" type="String" />
387-
<param index="1" name="item_id" type="String" />
388-
<param index="2" name="amount" type="int" />
389-
<param index="3" name="item_properties" type="Dictionary" />
385+
<signal name="request_drop_item">
386+
<param index="0" name="item_id" type="String" />
387+
<param index="1" name="amount" type="int" />
388+
<param index="2" name="item_properties" type="Dictionary" />
390389
<description>
391390
Emitted when the [method drop] method is called (Usually called within [method drop_from_inventory] or [method drop_all_stacks]).
392391
</description>

0 commit comments

Comments
 (0)