diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2015-03-06 14:44:21 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-21 22:01:08 +0100 |
commit | 6251bee670a9d5582bd6f804d6a8a984f1f46ffc (patch) | |
tree | d41760997be847083ad97bebf597da488e2379b2 /MCServer/Plugins | |
parent | APIDump: Documented functions & Variables in cBlockInfo (diff) | |
download | cuberite-6251bee670a9d5582bd6f804d6a8a984f1f46ffc.tar cuberite-6251bee670a9d5582bd6f804d6a8a984f1f46ffc.tar.gz cuberite-6251bee670a9d5582bd6f804d6a8a984f1f46ffc.tar.bz2 cuberite-6251bee670a9d5582bd6f804d6a8a984f1f46ffc.tar.lz cuberite-6251bee670a9d5582bd6f804d6a8a984f1f46ffc.tar.xz cuberite-6251bee670a9d5582bd6f804d6a8a984f1f46ffc.tar.zst cuberite-6251bee670a9d5582bd6f804d6a8a984f1f46ffc.zip |
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 5eea9d101..ff98072cf 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -452,6 +452,7 @@ g_APIDesc = GetChunkZ = { Params = "", Return = "number", Notes = "Returns the Z coord of the chunk contained." }, GetHeight = { Params = "RelX, RelZ", Return = "number", Notes = "Returns the height at the specified relative coords" }, GetMaxHeight = { Params = "", Return = "number", Notes = "Returns the maximum height contained in the heightmap." }, + GetMinHeight = { Params = "", Return = "number", Notes = "Returns the minimum height value in the heightmap." }, IsUsingDefaultBiomes = { Params = "", Return = "bool", Notes = "Returns true if the chunk is set to use default biome generator" }, IsUsingDefaultComposition = { Params = "", Return = "bool", Notes = "Returns true if the chunk is set to use default composition generator" }, IsUsingDefaultFinish = { Params = "", Return = "bool", Notes = "Returns true if the chunk is set to use default finishers" }, |