diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-04-04 07:53:14 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-04-04 07:53:14 +0200 |
commit | fb205174350792c5840897b63d7457b3536e0c27 (patch) | |
tree | ff5a7e38c3f56793a382a59287c352ec0769bc35 /Server/Plugins/APIDump/Classes/Projectiles.lua | |
parent | Added a nullptr check to cEntity::IsA (#3659) (diff) | |
download | cuberite-fb205174350792c5840897b63d7457b3536e0c27.tar cuberite-fb205174350792c5840897b63d7457b3536e0c27.tar.gz cuberite-fb205174350792c5840897b63d7457b3536e0c27.tar.bz2 cuberite-fb205174350792c5840897b63d7457b3536e0c27.tar.lz cuberite-fb205174350792c5840897b63d7457b3536e0c27.tar.xz cuberite-fb205174350792c5840897b63d7457b3536e0c27.tar.zst cuberite-fb205174350792c5840897b63d7457b3536e0c27.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Classes/Projectiles.lua')
-rw-r--r-- | Server/Plugins/APIDump/Classes/Projectiles.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/Classes/Projectiles.lua b/Server/Plugins/APIDump/Classes/Projectiles.lua index b92f6d2a8..a62779960 100644 --- a/Server/Plugins/APIDump/Classes/Projectiles.lua +++ b/Server/Plugins/APIDump/Classes/Projectiles.lua @@ -26,7 +26,7 @@ return }, GetBlockHit = { - Desc = "Gets the block arrow is in", + Notes = "Returns the coords of the block into which the arrow is stuck. Undefined if the arrow is still moving.", Returns = { { |