From 9cb1ad546f09066cd9949fd0e4fa7fd2e54dd519 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 Feb 2017 01:03:19 -0800 Subject: Changed fish launching mechanism (#3520) Fish and other fishing loot now correctly fly towards played when reeled in. --- Server/Plugins/APIDump/APIDesc.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Server') 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", }, -- cgit v1.2.3