1
0

Link cItem in the documentation

This commit is contained in:
Howaner
2014-03-07 17:51:43 +01:00
parent 8fdffbb48c
commit eff054027f
2 changed files with 3 additions and 3 deletions

View File

@@ -247,8 +247,8 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
Functions =
{
IsItemInPot = { Params = "", Return = "bool", Notes = "Is a flower in the pot?" },
GetItem = { Params = "", Return = "cItem", Notes = "Returns the item in the flower pot." },
SetItem = { Params = "cItem", Return = "", Notes = "Set the item in the flower pot" },
GetItem = { Params = "", Return = "{{cItem|Item}}", Notes = "Returns the item in the flower pot." },
SetItem = { Params = "{{cItem|Item}}", Return = "", Notes = "Set the item in the flower pot" },
},
Inherits = "cBlockEntity";
}, -- cFlowerPotEntity