From d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Sat, 26 Aug 2017 15:23:58 +0200 Subject: APIDump: Removed unneeded Globals prefix --- Server/Plugins/APIDump/Classes/World.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Server/Plugins/APIDump/Classes/World.lua') diff --git a/Server/Plugins/APIDump/Classes/World.lua b/Server/Plugins/APIDump/Classes/World.lua index d523f3881..63c2162e6 100644 --- a/Server/Plugins/APIDump/Classes/World.lua +++ b/Server/Plugins/APIDump/Classes/World.lua @@ -1820,7 +1820,7 @@ function OnAllChunksAvailable() 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() All return values from the callbacks are i { { Name = "ShrapnelLevel", - Type = "Globals#eShrapnelLevel", + Type = "eShrapnelLevel", }, }, Notes = "Sets the Shrapnel level of the world.", -- cgit v1.2.3