From 1614aa17d3c27de49220043cd4830fe6c8f4fbd0 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Wed, 5 Apr 2017 16:30:06 +0200 Subject: APIDoc: Added missing IsStatic flags and corrected param types. --- Server/Plugins/APIDump/APIDesc.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Server/Plugins/APIDump/APIDesc.lua') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index c2c75628c..482c85f9e 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9550,6 +9550,7 @@ end { Parse = { + IsStatic = true, Params = { { @@ -9567,6 +9568,7 @@ end }, Serialize = { + IsStatic = true, Params = { { @@ -12620,6 +12622,7 @@ a_Player:OpenWindow(Window); }, GetPhysicalRAMUsage = { + IsStatic = true, Returns = { { @@ -12698,6 +12701,7 @@ a_Player:OpenWindow(Window); }, GetVirtualRAMUsage = { + IsStatic = true, Returns = { { -- cgit v1.2.3