1
0

APIDump: Linkified cDropSpenser constants.

This commit is contained in:
madmaxoft 2013-09-29 08:55:31 +02:00
parent 1f9397302c
commit 6fa0361a64

View File

@ -659,8 +659,8 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
}, },
Constants = Constants =
{ {
ContentsWidth = { Notes = "Width (X) of the cItemGrid representing the contents" }, ContentsWidth = { Notes = "Width (X) of the {{cItemGrid}} representing the contents" },
ContentsHeight = { Notes = "Height (Y) of the cItemGrid representing the contents" }, ContentsHeight = { Notes = "Height (Y) of the {{cItemGrid}} representing the contents" },
}, },
Inherits = "cBlockEntity"; Inherits = "cBlockEntity";