From f709f74aeb566fc0edf95e32f3914f007b2383d4 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Mon, 1 May 2017 12:59:18 +0200 Subject: APIDoc: Removed non-existent functions and added missing return types --- Server/Plugins/APIDump/Classes/BlockEntities.lua | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Server/Plugins/APIDump/Classes/BlockEntities.lua') diff --git a/Server/Plugins/APIDump/Classes/BlockEntities.lua b/Server/Plugins/APIDump/Classes/BlockEntities.lua index da47c4acc..bae9030c4 100644 --- a/Server/Plugins/APIDump/Classes/BlockEntities.lua +++ b/Server/Plugins/APIDump/Classes/BlockEntities.lua @@ -622,12 +622,6 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), Type = "string", }, }, - Returns = - { - { - Type = "string", - }, - }, Notes = "Sets the command", }, }, @@ -760,17 +754,6 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), }, Notes = "Adjusts the block coords to where the dropspenser items materialize", }, - SetRedstonePower = - { - Params = - { - { - Name = "IsPowered", - Type = "boolean", - }, - }, - Notes = "Sets the redstone status of the dropspenser. If the redstone power goes from off to on, the dropspenser will be activated", - }, }, Constants = { -- cgit v1.2.3