1
0

APIDump: Check param and return types.

This commit is contained in:
Mattes D
2016-10-03 16:24:47 +02:00
parent 334de0db64
commit 437ac874a0
4 changed files with 204 additions and 59 deletions

View File

@@ -1254,7 +1254,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
{
{
Name = "MobType",
Type = "Globals#MobType",
Type = "eMonsterType",
},
},
Notes = "Returns the entity type that will be spawn by this mob spawner.",
@@ -1306,7 +1306,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(),
{
{
Name = "MobType",
Type = "Globals#MobType",
Type = "eMonsterType",
},
},
Notes = "Sets the type of the mob that will be spawned by this mob spawner.",