diff options
author | DrButcher <JoBad@online.de> | 2020-05-03 22:05:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 22:05:32 +0200 |
commit | 258318ab98771f03d0109d7dfba81daaed26a2a0 (patch) | |
tree | 87f4d9cc16e0a18711afdd4070bdf3874bc358df /Server/Plugins/APIDump/APIDesc.lua | |
parent | Add cEntity::GetBoundingBox, and use where appropriate. (#4711) (diff) | |
download | cuberite-258318ab98771f03d0109d7dfba81daaed26a2a0.tar cuberite-258318ab98771f03d0109d7dfba81daaed26a2a0.tar.gz cuberite-258318ab98771f03d0109d7dfba81daaed26a2a0.tar.bz2 cuberite-258318ab98771f03d0109d7dfba81daaed26a2a0.tar.lz cuberite-258318ab98771f03d0109d7dfba81daaed26a2a0.tar.xz cuberite-258318ab98771f03d0109d7dfba81daaed26a2a0.tar.zst cuberite-258318ab98771f03d0109d7dfba81daaed26a2a0.zip |
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 5df216f49..ab31ad6b2 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -3664,6 +3664,16 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, Notes = "Returns true if the entity class is a descendant of the specified class name, or the specified class itself", }, + IsArrow = + { + Returns = + { + { + Type = "boolean", + }, + }, + Notes = "Returns true if the entity is an arrow.", + }, IsBoat = { Returns = |