1
0

APIDoc: Removed non-existent functions and added missing return types

This commit is contained in:
Lukas Pioch
2017-05-01 12:59:18 +02:00
parent 74e6f41958
commit f709f74aeb
3 changed files with 45 additions and 114 deletions

View File

@@ -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 =
{