diff options
author | Mattes D <github@xoft.cz> | 2016-09-27 14:28:37 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-09-27 14:28:37 +0200 |
commit | a893c53d46d0ff05feae12db4bc48e698da6c809 (patch) | |
tree | 148609c29c2221d48d641f914727e2a3245ef2b7 /Server/Plugins/APIDump | |
parent | LuaAPI: Fixed possible crashes in HTTPRequest bindings. (diff) | |
download | cuberite-a893c53d46d0ff05feae12db4bc48e698da6c809.tar cuberite-a893c53d46d0ff05feae12db4bc48e698da6c809.tar.gz cuberite-a893c53d46d0ff05feae12db4bc48e698da6c809.tar.bz2 cuberite-a893c53d46d0ff05feae12db4bc48e698da6c809.tar.lz cuberite-a893c53d46d0ff05feae12db4bc48e698da6c809.tar.xz cuberite-a893c53d46d0ff05feae12db4bc48e698da6c809.tar.zst cuberite-a893c53d46d0ff05feae12db4bc48e698da6c809.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 8b9f5268e..5cfacd873 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -19298,6 +19298,8 @@ end { cast = { + IsStatic = true, + IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention Params = { { @@ -19340,6 +19342,8 @@ end }, type = { + IsStatic = true, + IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention Params = { { |