summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-29 08:55:31 +0200
committermadmaxoft <github@xoft.cz>2013-09-29 08:55:31 +0200
commit6fa0361a64ed150ee148f18e10c08635ea16059a (patch)
treed32c09b173001a2316959f578ed1ccc41deee7a9 /MCServer
parentAPIDump: Added the possibility to ignore classes. Ignoring Lua builtins. (diff)
downloadcuberite-6fa0361a64ed150ee148f18e10c08635ea16059a.tar
cuberite-6fa0361a64ed150ee148f18e10c08635ea16059a.tar.gz
cuberite-6fa0361a64ed150ee148f18e10c08635ea16059a.tar.bz2
cuberite-6fa0361a64ed150ee148f18e10c08635ea16059a.tar.lz
cuberite-6fa0361a64ed150ee148f18e10c08635ea16059a.tar.xz
cuberite-6fa0361a64ed150ee148f18e10c08635ea16059a.tar.zst
cuberite-6fa0361a64ed150ee148f18e10c08635ea16059a.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index f260731f5..e026e49d0 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -659,8 +659,8 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
},
Constants =
{
- ContentsWidth = { Notes = "Width (X) of the cItemGrid representing the contents" },
- ContentsHeight = { Notes = "Height (Y) 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" },
},
Inherits = "cBlockEntity";