diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-08-26 15:23:58 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-08-29 15:49:29 +0200 |
commit | d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d (patch) | |
tree | ea73c8003436636d74c1999bb971ef44d51955e3 /Server/Plugins/APIDump/Classes | |
parent | cWorld: Add entities without holding of m_CSEntitiesToAdd (diff) | |
download | cuberite-d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d.tar cuberite-d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d.tar.gz cuberite-d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d.tar.bz2 cuberite-d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d.tar.lz cuberite-d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d.tar.xz cuberite-d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d.tar.zst cuberite-d5c4b3af6bef90a7ea9d23cbf6f932ba7ee3c00d.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes')
-rw-r--r-- | Server/Plugins/APIDump/Classes/World.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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()</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.", |