Refactored block-to-pickup conversion. (#4417)

This commit is contained in:
Mattes D
2019-10-16 10:06:34 +02:00
committed by GitHub
parent 241d97bbf9
commit 221cc4ec5c
121 changed files with 2496 additions and 1744 deletions
+12 -1
View File
@@ -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 =
{