From 221cc4ec5cb6301743e947eaabed3fecedba796f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 16 Oct 2019 10:06:34 +0200 Subject: Refactored block-to-pickup conversion. (#4417) --- Server/Plugins/APIDump/APIDesc.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Server/Plugins/APIDump/APIDesc.lua') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 9cf43c6a3..329bfd9ee 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -7909,6 +7909,17 @@ end Notes = "Adds a new item to the end of the collection", }, }, + AddItemGrid = + { + Params = + { + { + Name = "ItemGrid", + Type = "cItemGrid", + }, + }, + Notes = "Adds a copy of each item in the specified {{cItemGrid|ItemGrid}}.", + }, Clear = { Notes = "Removes all items from the collection", @@ -7921,7 +7932,7 @@ end Type = "cItems", }, }, - Notes = "Creates a new cItems object", + Notes = "Creates a new empty cItems object", }, Contains = { -- cgit v1.2.3