From 16deb2b7553a2ecb16606e72a925fd53cbb736c7 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Tue, 1 Aug 2017 20:55:41 +0200 Subject: APIDcoc: Added return value in constructor, AString as ref and updated comment --- Server/Plugins/APIDump/APIDesc.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Server') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 251c2e4fb..a22eab601 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -7028,6 +7028,12 @@ This class contains the information for a signed or writeable book: The author, { constructor = { + Returns = + { + { + Type = "cBookContent", + }, + }, Notes = "Creates a empty book", }, SetAuthor = @@ -7098,6 +7104,7 @@ This class contains the information for a signed or writeable book: The author, Params = { { + Name = "Pages", Type = "table", }, }, -- cgit v1.2.3