APIDocs: Added missing return type and corrected one (#4353)
This commit is contained in:
parent
26d0605121
commit
bf616f79fa
@ -83,6 +83,12 @@ return
|
||||
IsLoaded =
|
||||
{
|
||||
Notes = "",
|
||||
Returns =
|
||||
{
|
||||
{
|
||||
Type = "boolean",
|
||||
},
|
||||
},
|
||||
},
|
||||
SetName =
|
||||
{
|
||||
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user