1
0

APIDump: Removed unneeded Globals prefix

This commit is contained in:
Lukas Pioch
2017-08-26 15:23:58 +02:00
parent 1779db1201
commit d5c4b3af6b
2 changed files with 13 additions and 13 deletions

View File

@@ -1820,7 +1820,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
{
{
Name = "ShrapnelLevel",
Type = "Globals#eShrapnelLevel",
Type = "eShrapnelLevel",
},
},
Notes = "Returns the shrapnel level, representing the block types that are propelled outwards following an explosion. Based on this value and a random picker, blocks are selectively converted to physics entities (FallingSand) and flung outwards.",
@@ -2830,7 +2830,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
{
{
Name = "ShrapnelLevel",
Type = "Globals#eShrapnelLevel",
Type = "eShrapnelLevel",
},
},
Notes = "Sets the Shrapnel level of the world.",