summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-06-02 13:49:05 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-06-02 13:49:05 +0200
commit8cf4e806ba53aea8161f4110e8c3c67d215539eb (patch)
treed42f31616ce50cc1823c07cc0dca662541e49e4b
parentAdded OnProjectileHitBlock example in Debuggers (diff)
downloadcuberite-8cf4e806ba53aea8161f4110e8c3c67d215539eb.tar
cuberite-8cf4e806ba53aea8161f4110e8c3c67d215539eb.tar.gz
cuberite-8cf4e806ba53aea8161f4110e8c3c67d215539eb.tar.bz2
cuberite-8cf4e806ba53aea8161f4110e8c3c67d215539eb.tar.lz
cuberite-8cf4e806ba53aea8161f4110e8c3c67d215539eb.tar.xz
cuberite-8cf4e806ba53aea8161f4110e8c3c67d215539eb.tar.zst
cuberite-8cf4e806ba53aea8161f4110e8c3c67d215539eb.zip
-rw-r--r--MCServer/Plugins/APIDump/Hooks/OnProjectileHitBlock.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnProjectileHitBlock.lua b/MCServer/Plugins/APIDump/Hooks/OnProjectileHitBlock.lua
index 67d670d0a..72cf85821 100644
--- a/MCServer/Plugins/APIDump/Hooks/OnProjectileHitBlock.lua
+++ b/MCServer/Plugins/APIDump/Hooks/OnProjectileHitBlock.lua
@@ -14,7 +14,7 @@ return
{ Name = "BlockY", Type = "number", Notes = "The Y-coord where the projectile hit." },
{ Name = "BlockZ", Type = "number", Notes = "The Z-coord where the projectile hit." },
{ Name = "BlockFace", Type = "number", Notes = "The side of the block where the projectile hit." },
- { Name = "BlockHitPos", Type = "Vector3d", Notes = "The exact position where the projectile hit."
+ { Name = "BlockHitPos", Type = "Vector3d", Notes = "The exact position where the projectile hit." },
},
Returns = [[
If the function returns false or no value, the next plugin's callback is called. If the function