diff options
author | Alexander Harkness <me@bearbin.net> | 2020-05-03 22:04:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 22:04:33 +0200 |
commit | 994036a3b8b09f8da1b6ec2055cc7a5ceb05a776 (patch) | |
tree | 54de33e0f563209cdabc40067b72328ec3126be8 /Server/Plugins/APIDump | |
parent | Update src/Simulator/IncrementalRedstoneSimulator/RedstoneWireHandler.h (diff) | |
download | cuberite-994036a3b8b09f8da1b6ec2055cc7a5ceb05a776.tar cuberite-994036a3b8b09f8da1b6ec2055cc7a5ceb05a776.tar.gz cuberite-994036a3b8b09f8da1b6ec2055cc7a5ceb05a776.tar.bz2 cuberite-994036a3b8b09f8da1b6ec2055cc7a5ceb05a776.tar.lz cuberite-994036a3b8b09f8da1b6ec2055cc7a5ceb05a776.tar.xz cuberite-994036a3b8b09f8da1b6ec2055cc7a5ceb05a776.tar.zst cuberite-994036a3b8b09f8da1b6ec2055cc7a5ceb05a776.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-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 2513acceb..5df216f49 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -3190,6 +3190,16 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, Notes = "Returns the number of hitpoints out of RawDamage that the currently equipped armor would cover. See {{TakeDamageInfo}} for more information on attack damage.", }, + GetBoundingBox = + { + Returns = + { + { + Type = "cBoundingBox", + }, + }, + Notes = "Returns the bounding box of the entity, which has width and height corresponding to the entity, and is aligned with the block grid.", + }, GetChunkX = { Returns = |