diff options
author | Alex <sweet.giorni@gmail.com> | 2017-02-20 10:03:19 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-02-20 10:03:19 +0100 |
commit | 9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519 (patch) | |
tree | 628af192ab1a3827ee01fb7c9e7e6cadf62da4ca /Server/Plugins/APIDump/APIDesc.lua | |
parent | Dead bushes will generate in mega mega taigas (#3571) (diff) | |
download | cuberite-9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519.tar cuberite-9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519.tar.gz cuberite-9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519.tar.bz2 cuberite-9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519.tar.lz cuberite-9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519.tar.xz cuberite-9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519.tar.zst cuberite-9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 09f784a93..3cbb013d6 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -6585,6 +6585,15 @@ cFile:DeleteFile("/usr/bin/virus.exe"); }, Notes = "Returns the EntityID of the player who owns the floater.", }, + GetBitePos = + { + Returns = + { + Name = "BitePosition", + Type = "Vector3d", + }, + Notes = "Returns the position of the floater just before a fish bites. If a fish hasn't bitten the floater, this function returns the position the floater was cast from.", + }, }, Inherits = "cEntity", }, |