From a893c53d46d0ff05feae12db4bc48e698da6c809 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Tue, 27 Sep 2016 14:28:37 +0200 Subject: APIDump: Fixed description for tolua functions. --- Server/Plugins/APIDump/APIDesc.lua | 4 ++++ 1 file changed, 4 insertions(+) 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 = { { -- cgit v1.2.3