summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2015-03-06 15:28:00 +0100
committerMattes D <github@xoft.cz>2015-03-21 22:01:16 +0100
commit5a2b38a8b808e6a352591b2212b2aeb264fb3c0b (patch)
tree7cca43eaa3993032d30454dd1e1445668d7a9915
parentAPIDump: Improved cBlockArea.msDifference documentation (diff)
downloadcuberite-5a2b38a8b808e6a352591b2212b2aeb264fb3c0b.tar
cuberite-5a2b38a8b808e6a352591b2212b2aeb264fb3c0b.tar.gz
cuberite-5a2b38a8b808e6a352591b2212b2aeb264fb3c0b.tar.bz2
cuberite-5a2b38a8b808e6a352591b2212b2aeb264fb3c0b.tar.lz
cuberite-5a2b38a8b808e6a352591b2212b2aeb264fb3c0b.tar.xz
cuberite-5a2b38a8b808e6a352591b2212b2aeb264fb3c0b.tar.zst
cuberite-5a2b38a8b808e6a352591b2212b2aeb264fb3c0b.zip
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index c8979cd0f..e96da2fbb 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2490,7 +2490,7 @@ local CompressedString = cStringCompression.CompressStringGZIP("DataToCompress")
GetMapManager = { Params = "", Return = "{{cMapManager}}", Notes = "Returns the {{cMapManager|MapManager}} object used by this world." },
GetMaxCactusHeight = { Params = "", Return = "number", Notes = "Returns the configured maximum height to which cacti will grow naturally." },
GetMaxSugarcaneHeight = { Params = "", Return = "number", Notes = "Returns the configured maximum height to which sugarcane will grow naturally." },
- GetMaxViewDistance = { Params = "", Return = "number", Notes = "Returns the maximum viewdistance." },
+ GetMaxViewDistance = { Params = "", Return = "number", Notes = "Returns the maximum viewdistance that players can see in this world.." },
GetName = { Params = "", Return = "string", Notes = "Returns the name of the world, as specified in the settings.ini file." },
GetNetherWorldName = { Params = "", Return = "string", Notes = "Returns the name of the Netherworld linked to this world." },
GetNumChunks = { Params = "", Return = "number", Notes = "Returns the number of chunks currently loaded." },