APIDoc: Removed non-existent functions and added missing return types
This commit is contained in:
@@ -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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user