summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-14 08:38:39 +0200
committermadmaxoft <github@xoft.cz>2013-09-14 08:38:39 +0200
commitbadacdb7c6ccc4200d67b4d0ef4c69f9087422ff (patch)
tree75c4760e057061569e2db86e0f6363c441abda51 /MCServer/Plugins/APIDump/APIDesc.lua
parentAPIDump: Added more globally-ignored functions. (diff)
downloadcuberite-badacdb7c6ccc4200d67b4d0ef4c69f9087422ff.tar
cuberite-badacdb7c6ccc4200d67b4d0ef4c69f9087422ff.tar.gz
cuberite-badacdb7c6ccc4200d67b4d0ef4c69f9087422ff.tar.bz2
cuberite-badacdb7c6ccc4200d67b4d0ef4c69f9087422ff.tar.lz
cuberite-badacdb7c6ccc4200d67b4d0ef4c69f9087422ff.tar.xz
cuberite-badacdb7c6ccc4200d67b4d0ef4c69f9087422ff.tar.zst
cuberite-badacdb7c6ccc4200d67b4d0ef4c69f9087422ff.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index faa24c07c..1578e01ed 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -1251,6 +1251,7 @@ A list of items regarding plugins that have been documented
]],
Functions =
{
+ operator_plus = {Params = "{{Vector3d}}", Return = "{{Vector3d}}", Notes = "Returns the sum of this vector with the specified vector" },
},
Constants =
{