Skip to content

Commit fb43504

Browse files
chore: refresh generated method metadata
1 parent eb83914 commit fb43504

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

VS Code Extension/out/ser-language.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6278,9 +6278,9 @@
62786278
"description": "Gives an item to players.",
62796279
"subgroup": "Item",
62806280
"essential": true,
6281-
"additionalDescription": "The return reference can be invalid if the player does not have enough space for the item. If adding multiple items, the reference will be for the last item added.",
6281+
"additionalDescription": null,
62826282
"requiredFramework": null,
6283-
"returns": "reference to Item object",
6283+
"returns": null,
62846284
"arguments": [
62856285
{
62866286
"name": "players",

VS Code Extension/out/visual-editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9918,9 +9918,9 @@ <h1 id="recipeTitle">What do you want to make?</h1>
99189918
"description": "Gives an item to players.",
99199919
"subgroup": "Item",
99209920
"essential": true,
9921-
"additionalDescription": "The return reference can be invalid if the player does not have enough space for the item. If adding multiple items, the reference will be for the last item added.",
9921+
"additionalDescription": null,
99229922
"requiredFramework": null,
9923-
"returns": "reference to Item object",
9923+
"returns": null,
99249924
"arguments": [
99259925
{
99269926
"name": "players",

website/data/ser-truth-table.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6278,9 +6278,9 @@
62786278
"description": "Gives an item to players.",
62796279
"subgroup": "Item",
62806280
"essential": true,
6281-
"additionalDescription": "The return reference can be invalid if the player does not have enough space for the item. If adding multiple items, the reference will be for the last item added.",
6281+
"additionalDescription": null,
62826282
"requiredFramework": null,
6283-
"returns": "reference to Item object",
6283+
"returns": null,
62846284
"arguments": [
62856285
{
62866286
"name": "players",

0 commit comments

Comments
 (0)