diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-03-11 19:45:16 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-03-11 19:45:16 +0100 |
commit | 7d1e32a28b167faa6b17235283822da0cc7b2c13 (patch) | |
tree | 8ce0614310ed8ed711e6f2b488858a85ffe3926d | |
parent | Documented the functions. (diff) | |
download | cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.gz cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.bz2 cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.lz cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.xz cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.zst cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 54b2372f8..5d4b89425 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -173,7 +173,7 @@ g_APIDesc = { { Params = "{{Vector3i|Offset}}", Return = "", Notes = "Sets the offset of the cBlockArea. Mostly used for WorldEdit." }, { Params = "OffsetX, OffsetY, OffsetZ", Return = "", Notes = "Sets the offset of the cBlockArea. Mostly used for WorldEdit." }, - } + }, SetOrigin = { { Params = "{{Vector3i|Origin}}", Return = "", Notes = "Resets the origin for the absolute coords. Only affects how absolute coords are translated into relative coords." }, |