diff options
author | madmaxoft <github@xoft.cz> | 2013-09-29 08:55:31 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-29 08:55:31 +0200 |
commit | 6fa0361a64ed150ee148f18e10c08635ea16059a (patch) | |
tree | d32c09b173001a2316959f578ed1ccc41deee7a9 /MCServer/Plugins | |
parent | APIDump: Added the possibility to ignore classes. Ignoring Lua builtins. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 4 |
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"; |