summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-09-15 21:57:00 +0200
committerMattes D <github@xoft.cz>2016-09-15 21:57:00 +0200
commit7f8a4eb7264a12ca2035b4e4d412485e01f309d4 (patch)
tree0e6b68d2abf4be26c1a802c74bc5c28a0fb259be
parentAPIDesc: Fixed some leftover "<unknown>" types. (diff)
downloadcuberite-7f8a4eb7264a12ca2035b4e4d412485e01f309d4.tar
cuberite-7f8a4eb7264a12ca2035b4e4d412485e01f309d4.tar.gz
cuberite-7f8a4eb7264a12ca2035b4e4d412485e01f309d4.tar.bz2
cuberite-7f8a4eb7264a12ca2035b4e4d412485e01f309d4.tar.lz
cuberite-7f8a4eb7264a12ca2035b4e4d412485e01f309d4.tar.xz
cuberite-7f8a4eb7264a12ca2035b4e4d412485e01f309d4.tar.zst
cuberite-7f8a4eb7264a12ca2035b4e4d412485e01f309d4.zip
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index ec8982381..d7644c6c1 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -19033,6 +19033,8 @@ Parser:close();
{
complete =
{
+ IsStatic = true,
+ IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention
Params =
{
{
@@ -19050,6 +19052,8 @@ Parser:close();
},
open =
{
+ IsStatic = true,
+ IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention
Params =
{
{
@@ -19083,6 +19087,8 @@ myDB:close()
},
open_memory =
{
+ IsStatic = true,
+ IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention
Returns =
{
{
@@ -19094,6 +19100,8 @@ myDB:close()
},
version =
{
+ IsStatic = true,
+ IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention
Returns =
{
{