From d0b956d8c48019228942534b54cab4c8224d82b9 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Sun, 5 Mar 2017 02:44:16 +0100 Subject: Added is static flag and removed is static info from text. (#3616) --- Server/Plugins/APIDump/APIDesc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 609fa46c2..4ffaaee8d 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -4877,13 +4877,14 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, GetClassStatic = { + IsStatic = true, Returns = { { Type = "string", }, }, - Notes = "Returns the entity classname that this class implements. Each descendant overrides this function. Is static", + Notes = "Returns the entity classname that this class implements. Each descendant overrides this function.", }, GetEntityType = { @@ -12639,6 +12640,7 @@ a_Player:OpenWindow(Window); }, GetProtocolVersionTextFromInt = { + IsStatic = true, Params = { { -- cgit v1.2.3