From 425073c4aa111a46ceb9ee2101f98b649c5ca8e8 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 29 Sep 2013 08:59:46 +0200 Subject: APIDump: Added more inheritance and linkification. --- MCServer/Plugins/APIDump/APIDesc.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index e026e49d0..65d551d7e 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -879,6 +879,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), Desc = "", Functions = {}, Constants = {}, + Inherits = "cProjectileEntity", } , cGroup = @@ -1063,10 +1064,10 @@ These ItemGrids are available in the API and can be manipulated by the plugins, Desc = [[This class represents a 2D array of items. It is used as the underlying storage and API for all cases that use a grid of items:
  • Chest contents
  • (TODO) Chest minecart contents
  • -
  • Dispenser contents
  • -
  • Dropper contents
  • -
  • (TODO) Furnace contents (?)
  • -
  • (TODO) Hopper contents
  • +
  • {{cDispenserEntity|Dispenser|| contents
  • +
  • {{cDropperEntity|Dropper}} contents
  • +
  • {{cFurnaceEntity|Furnace}} contents (?)
  • +
  • {{cHopperEntity|Hopper}} contents
  • (TODO) Hopper minecart contents
  • Player Inventory areas
  • (TODO) Trapped chest contents
  • @@ -1225,6 +1226,7 @@ a_Player:OpenWindow(Window); ]], }, }, -- AdditionalInfo + Inherits = "cWindow", }, -- cLuaWindow cMonster = -- cgit v1.2.3