Permalink
Browse files

Improved cWorld:GetMaxViewDistance documentation

  • Loading branch information...
NiLSPACE committed Mar 6, 2015
1 parent a0a6d41 commit 0536259ab69d61095d16aebea9d0e25da3ad7a07
Showing with 1 addition and 1 deletion.
  1. +1 −1 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." },

0 comments on commit 0536259

Please sign in to comment.