1
0
Fork 0

APIDocs: Added missing return type and corrected one (#4353)

This commit is contained in:
Lukas Pioch 2019-08-10 13:16:41 +02:00 committed by Mattes D
parent 26d0605121
commit bf616f79fa
2 changed files with 7 additions and 1 deletions

View File

@ -83,6 +83,12 @@ return
IsLoaded =
{
Notes = "",
Returns =
{
{
Type = "boolean",
},
},
},
SetName =
{

View File

@ -1611,7 +1611,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
Returns =
{
{
Type = "boolean",
Type = "string",
},
},
Notes = "Returns the path to the root of the world data.",